C# 클래스 Microsoft.WindowsAzure.Management.ServiceManagement.Test.FunctionalTests.IaasCmdletInfo.SetAzureDeploymentCmdletInfo

상속: Microsoft.WindowsAzure.Management.ServiceManagement.Test.FunctionalTests.PowershellCore.CmdletsInfo
파일 보기 프로젝트 열기: OctopusDeploy/azure-sdk-tools 1 사용 예제들

공개 메소드들

메소드 설명
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