C# Класс Microsoft.WindowsAzure.Management.ServiceManagement.Test.FunctionalTests.IaasCmdletInfo.SetAzureDeploymentCmdletInfo

Наследование: Microsoft.WindowsAzure.Management.ServiceManagement.Test.FunctionalTests.PowershellCore.CmdletsInfo
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SetAzureDeploymentCmdletInfo ( string option, string serviceName, string packagePath, string configPath, string newStatus, string slot, string mode, string label, string roleName, bool force ) : Microsoft.WindowsAzure.Management.ServiceManagement.Test.FunctionalTests.ConfigDataInfo
SetAzureDeploymentConfigCmdletInfo ( string serviceName, string slot, string configPath ) : SetAzureDeploymentCmdletInfo
SetAzureDeploymentStatusCmdletInfo ( string serviceName, string slot, string newStatus ) : SetAzureDeploymentCmdletInfo
SetAzureDeploymentUpgradeCmdletInfo ( string serviceName, string slot, string mode, string packagePath, string configPath ) : SetAzureDeploymentCmdletInfo

Приватные методы

Метод Описание
SetAzureDeploymentCmdletInfo ( string serviceName, string slot ) : Microsoft.WindowsAzure.Management.ServiceManagement.Test.FunctionalTests.ConfigDataInfo

Описание методов

SetAzureDeploymentCmdletInfo() публичный Метод

public SetAzureDeploymentCmdletInfo ( string option, string serviceName, string packagePath, string configPath, string newStatus, string slot, string mode, string label, string roleName, bool force ) : Microsoft.WindowsAzure.Management.ServiceManagement.Test.FunctionalTests.ConfigDataInfo
option string
serviceName string
packagePath string
configPath string
newStatus string
slot string
mode string
label string
roleName string
force bool
Результат Microsoft.WindowsAzure.Management.ServiceManagement.Test.FunctionalTests.ConfigDataInfo

SetAzureDeploymentConfigCmdletInfo() публичный статический Метод

public static SetAzureDeploymentConfigCmdletInfo ( string serviceName, string slot, string configPath ) : SetAzureDeploymentCmdletInfo
serviceName string
slot string
configPath string
Результат SetAzureDeploymentCmdletInfo

SetAzureDeploymentStatusCmdletInfo() публичный статический Метод

public static SetAzureDeploymentStatusCmdletInfo ( string serviceName, string slot, string newStatus ) : SetAzureDeploymentCmdletInfo
serviceName string
slot string
newStatus string
Результат SetAzureDeploymentCmdletInfo

SetAzureDeploymentUpgradeCmdletInfo() публичный статический Метод

public static SetAzureDeploymentUpgradeCmdletInfo ( string serviceName, string slot, string mode, string packagePath, string configPath ) : SetAzureDeploymentCmdletInfo
serviceName string
slot string
mode string
packagePath string
configPath string
Результат SetAzureDeploymentCmdletInfo