C# 클래스 Microsoft.WindowsAzure.Commands.ScenarioTest.Common.TestCredentialHelper

파일 보기 프로젝트 열기: AzureRT/azure-sdk-tools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CredentialBlobUriFormat string
DefaultCredentialFile string
EnvironmentPathFormat string
EnvironmentVariableFile string
PowerShellVariableFile string
StorageAccountKeyVariable string
StorageAccountVariable string
TestEnvironmentVariable string

공개 메소드들

메소드 설명
AddEnvironmentVariables ( string environmentPath ) : void
AddPowerShellVariables ( string powerShellVariablePath ) : void
DownloadTestCredentials ( string testEnvironment, string downloadDirectoryPath, string blobUri, string storageAccount, string storageKey ) : void
SetupPowerShellEnvironment ( PowerShell powerShell ) : void
SetupPowerShellEnvironment ( PowerShell powerShell, string credentials ) : void
TestCredentialHelper ( string downloadPath ) : System

비공개 메소드들

메소드 설명
LoadYmlSettingsFile ( string filePath, string>.Action settingAction ) : void

메소드 상세

AddEnvironmentVariables() 공개 메소드

public AddEnvironmentVariables ( string environmentPath ) : void
environmentPath string
리턴 void

AddPowerShellVariables() 공개 메소드

public AddPowerShellVariables ( string powerShellVariablePath ) : void
powerShellVariablePath string
리턴 void

DownloadTestCredentials() 공개 정적인 메소드

public static DownloadTestCredentials ( string testEnvironment, string downloadDirectoryPath, string blobUri, string storageAccount, string storageKey ) : void
testEnvironment string
downloadDirectoryPath string
blobUri string
storageAccount string
storageKey string
리턴 void

SetupPowerShellEnvironment() 공개 메소드

public SetupPowerShellEnvironment ( PowerShell powerShell ) : void
powerShell PowerShell
리턴 void

SetupPowerShellEnvironment() 공개 메소드

public SetupPowerShellEnvironment ( PowerShell powerShell, string credentials ) : void
powerShell PowerShell
credentials string
리턴 void

TestCredentialHelper() 공개 메소드

public TestCredentialHelper ( string downloadPath ) : System
downloadPath string
리턴 System

프로퍼티 상세

CredentialBlobUriFormat 공개적으로 정적으로 프로퍼티

public static string CredentialBlobUriFormat
리턴 string

DefaultCredentialFile 공개적으로 정적으로 프로퍼티

public static string DefaultCredentialFile
리턴 string

EnvironmentPathFormat 공개적으로 정적으로 프로퍼티

public static string EnvironmentPathFormat
리턴 string

EnvironmentVariableFile 공개적으로 정적으로 프로퍼티

public static string EnvironmentVariableFile
리턴 string

PowerShellVariableFile 공개적으로 정적으로 프로퍼티

public static string PowerShellVariableFile
리턴 string

StorageAccountKeyVariable 공개적으로 정적으로 프로퍼티

public static string StorageAccountKeyVariable
리턴 string

StorageAccountVariable 공개적으로 정적으로 프로퍼티

public static string StorageAccountVariable
리턴 string

TestEnvironmentVariable 공개적으로 정적으로 프로퍼티

public static string TestEnvironmentVariable
리턴 string