C# Class Microsoft.WindowsAzure.Commands.ServiceManagement.Test.FunctionalTests.CredentialHelper

Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes publiques

Méthode Description
CopyTestData ( string srcContainer, string srcBlob, string destContainer, string destBlob = null ) : void
GetCredentialInfo ( string downloadDirectoryPath ) : void
GetTestSettings ( string testSettings ) : void

Private Methods

Méthode Description
DownloadTestCredentials ( string testEnvironment, string downloadDirectoryPath, string blobUri, string storageAccount, string storageKey ) : void
DownloadTestVhdsAndPackages ( string testEnvironment, string downloadDirectoryPath, string blobUri, string storageAccount, string storageKey ) : void

Method Details

CopyTestData() public static méthode

public static CopyTestData ( string srcContainer, string srcBlob, string destContainer, string destBlob = null ) : void
srcContainer string
srcBlob string
destContainer string
destBlob string
Résultat void

GetCredentialInfo() public static méthode

public static GetCredentialInfo ( string downloadDirectoryPath ) : void
downloadDirectoryPath string
Résultat void

GetTestSettings() public static méthode

public static GetTestSettings ( string testSettings ) : void
testSettings string
Résultat void