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

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

Public Methods

Method 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

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

Method Details

SetAzureDeploymentCmdletInfo() public method

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

SetAzureDeploymentConfigCmdletInfo() public static method

public static SetAzureDeploymentConfigCmdletInfo ( string serviceName, string slot, string configPath ) : SetAzureDeploymentCmdletInfo
serviceName string
slot string
configPath string
return SetAzureDeploymentCmdletInfo

SetAzureDeploymentStatusCmdletInfo() public static method

public static SetAzureDeploymentStatusCmdletInfo ( string serviceName, string slot, string newStatus ) : SetAzureDeploymentCmdletInfo
serviceName string
slot string
newStatus string
return SetAzureDeploymentCmdletInfo

SetAzureDeploymentUpgradeCmdletInfo() public static method

public static SetAzureDeploymentUpgradeCmdletInfo ( string serviceName, string slot, string mode, string packagePath, string configPath ) : SetAzureDeploymentCmdletInfo
serviceName string
slot string
mode string
packagePath string
configPath string
return SetAzureDeploymentCmdletInfo