C# 클래스 Microsoft.WindowsAzure.Commands.ServiceManagement.Test.FunctionalTests.CredentialHelper

파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
CopyTestData ( string srcContainer, string srcBlob, string destContainer, string destBlob = null ) : void
GetCredentialInfo ( string downloadDirectoryPath ) : void
GetTestSettings ( string testSettings ) : void

비공개 메소드들

메소드 설명
DownloadTestCredentials ( string testEnvironment, string downloadDirectoryPath, string blobUri, string storageAccount, string storageKey ) : void
DownloadTestVhdsAndPackages ( string testEnvironment, string downloadDirectoryPath, string blobUri, string storageAccount, string storageKey ) : void

메소드 상세

CopyTestData() 공개 정적인 메소드

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

GetCredentialInfo() 공개 정적인 메소드

public static GetCredentialInfo ( string downloadDirectoryPath ) : void
downloadDirectoryPath string
리턴 void

GetTestSettings() 공개 정적인 메소드

public static GetTestSettings ( string testSettings ) : void
testSettings string
리턴 void