C# Class Microsoft.WindowsAzure.Commands.ScenarioTest.Common.TestCredentialHelper

Afficher le fichier Open project: AzureRT/azure-sdk-tools Class Usage Examples

Méthodes publiques

Свойство Type Description
CredentialBlobUriFormat string
DefaultCredentialFile string
EnvironmentPathFormat string
EnvironmentVariableFile string
PowerShellVariableFile string
StorageAccountKeyVariable string
StorageAccountVariable string
TestEnvironmentVariable string

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
LoadYmlSettingsFile ( string filePath, string>.Action settingAction ) : void

Method Details

AddEnvironmentVariables() public méthode

public AddEnvironmentVariables ( string environmentPath ) : void
environmentPath string
Résultat void

AddPowerShellVariables() public méthode

public AddPowerShellVariables ( string powerShellVariablePath ) : void
powerShellVariablePath string
Résultat void

DownloadTestCredentials() public static méthode

public static DownloadTestCredentials ( string testEnvironment, string downloadDirectoryPath, string blobUri, string storageAccount, string storageKey ) : void
testEnvironment string
downloadDirectoryPath string
blobUri string
storageAccount string
storageKey string
Résultat void

SetupPowerShellEnvironment() public méthode

public SetupPowerShellEnvironment ( PowerShell powerShell ) : void
powerShell PowerShell
Résultat void

SetupPowerShellEnvironment() public méthode

public SetupPowerShellEnvironment ( PowerShell powerShell, string credentials ) : void
powerShell PowerShell
credentials string
Résultat void

TestCredentialHelper() public méthode

public TestCredentialHelper ( string downloadPath ) : System
downloadPath string
Résultat System

Property Details

CredentialBlobUriFormat public_oe static_oe property

public static string CredentialBlobUriFormat
Résultat string

DefaultCredentialFile public_oe static_oe property

public static string DefaultCredentialFile
Résultat string

EnvironmentPathFormat public_oe static_oe property

public static string EnvironmentPathFormat
Résultat string

EnvironmentVariableFile public_oe static_oe property

public static string EnvironmentVariableFile
Résultat string

PowerShellVariableFile public_oe static_oe property

public static string PowerShellVariableFile
Résultat string

StorageAccountKeyVariable public_oe static_oe property

public static string StorageAccountKeyVariable
Résultat string

StorageAccountVariable public_oe static_oe property

public static string StorageAccountVariable
Résultat string

TestEnvironmentVariable public_oe static_oe property

public static string TestEnvironmentVariable
Résultat string