C# Class Microsoft.WindowsAzure.Management.ServiceManagement.Test.FunctionalTests.IaasCmdletInfo.SetAzureDeploymentCmdletInfo

Inheritance: Microsoft.WindowsAzure.Management.ServiceManagement.Test.FunctionalTests.PowershellCore.CmdletsInfo
Afficher le fichier Open project: OctopusDeploy/azure-sdk-tools Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
SetAzureDeploymentCmdletInfo ( string serviceName, string slot ) : Microsoft.WindowsAzure.Management.ServiceManagement.Test.FunctionalTests.ConfigDataInfo

Method Details

SetAzureDeploymentCmdletInfo() public méthode

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
Résultat Microsoft.WindowsAzure.Management.ServiceManagement.Test.FunctionalTests.ConfigDataInfo

SetAzureDeploymentConfigCmdletInfo() public static méthode

public static SetAzureDeploymentConfigCmdletInfo ( string serviceName, string slot, string configPath ) : SetAzureDeploymentCmdletInfo
serviceName string
slot string
configPath string
Résultat SetAzureDeploymentCmdletInfo

SetAzureDeploymentStatusCmdletInfo() public static méthode

public static SetAzureDeploymentStatusCmdletInfo ( string serviceName, string slot, string newStatus ) : SetAzureDeploymentCmdletInfo
serviceName string
slot string
newStatus string
Résultat SetAzureDeploymentCmdletInfo

SetAzureDeploymentUpgradeCmdletInfo() public static méthode

public static SetAzureDeploymentUpgradeCmdletInfo ( string serviceName, string slot, string mode, string packagePath, string configPath ) : SetAzureDeploymentCmdletInfo
serviceName string
slot string
mode string
packagePath string
configPath string
Résultat SetAzureDeploymentCmdletInfo