C# Класс Microsoft.WindowsAzure.Commands.ScenarioTest.Common.TestCredentialHelper

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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