C# 클래스 Microsoft.WindowsAzure.Management.CloudService.Model.GetDeploymentStatus

Gets the status for a specified deployment. This class is candidate for being cmdlet so it has this name which similar to cmdlets.
상속: ServiceManagementBaseCmdlet
파일 보기 프로젝트 열기: OctopusDeploy/azure-sdk-tools 1 사용 예제들

Private Properties

프로퍼티 타입 설명
InitializeArguments void

공개 메소드들

메소드 설명
DeploymentExists ( string rootPath, string inServiceName, string inSlot, string subscription ) : bool
GetDeploymentStatus ( ICommandRuntime commandRuntime ) : System
GetDeploymentStatus ( IServiceManagement channel, ICommandRuntime commandRuntime ) : System
GetDeploymentStatusProcess ( string rootPath, string inServiceName, string inSlot, string subscription ) : string
GetStatus ( string serviceName, string slot ) : string
WaitForState ( string state, string rootPath, string inServiceName, string inSlot, string subscription ) : void

This method waits until the deployment reaches a specified state. Remark: Caller for this method should handle any thrown exception

보호된 메소드들

메소드 설명
ProcessRecord ( ) : void

비공개 메소드들

메소드 설명
InitializeArguments ( string rootPath, string inServiceName, string inSlot, string subscription, string &serviceName, string &slot ) : void

메소드 상세

DeploymentExists() 공개 메소드

public DeploymentExists ( string rootPath, string inServiceName, string inSlot, string subscription ) : bool
rootPath string
inServiceName string
inSlot string
subscription string
리턴 bool

GetDeploymentStatus() 공개 메소드

public GetDeploymentStatus ( ICommandRuntime commandRuntime ) : System
commandRuntime ICommandRuntime
리턴 System

GetDeploymentStatus() 공개 메소드

public GetDeploymentStatus ( IServiceManagement channel, ICommandRuntime commandRuntime ) : System
channel IServiceManagement
commandRuntime ICommandRuntime
리턴 System

GetDeploymentStatusProcess() 공개 메소드

public GetDeploymentStatusProcess ( string rootPath, string inServiceName, string inSlot, string subscription ) : string
rootPath string
inServiceName string
inSlot string
subscription string
리턴 string

GetStatus() 공개 메소드

public GetStatus ( string serviceName, string slot ) : string
serviceName string
slot string
리턴 string

ProcessRecord() 보호된 메소드

protected ProcessRecord ( ) : void
리턴 void

WaitForState() 공개 메소드

This method waits until the deployment reaches a specified state. Remark: Caller for this method should handle any thrown exception
public WaitForState ( string state, string rootPath, string inServiceName, string inSlot, string subscription ) : void
state string The state which method will wait on
rootPath string The service root path name (can be null)
inServiceName string Service that has the deployment to use (can be null)
inSlot string Type of the slot for deployment which method will wait on
subscription string Subscription name which has the service
리턴 void