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

Exibir arquivo Open project: Azure/azure-powershell Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

public static CopyTestData ( string srcContainer, string srcBlob, string destContainer, string destBlob = null ) : void
srcContainer string
srcBlob string
destContainer string
destBlob string
return void

GetCredentialInfo() public static method

public static GetCredentialInfo ( string downloadDirectoryPath ) : void
downloadDirectoryPath string
return void

GetTestSettings() public static method

public static GetTestSettings ( string testSettings ) : void
testSettings string
return void