C# 클래스 Elastacloud.AzureManagement.Fluent.Commands.Services.GetDeploymentStatusCommand

This commands checks the status of a particular role - whether it's running, stopped etc.
상속: ServiceCommand
파일 보기 프로젝트 열기: azurecoder/fluent-management 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetDeploymentStatusCommand System.Net

보호된 메소드들

메소드 설명
ResponseCallback ( HttpWebResponse webResponse ) : void

The response callback used to parse the Xml response

비공개 메소드들

메소드 설명
GetDeploymentStatusCommand ( string hostedServiceName, DeploymentSlot slot ) : System.Net

Used to create an instance of GetDeploymentStatusCommand

메소드 상세

ResponseCallback() 보호된 메소드

The response callback used to parse the Xml response
protected ResponseCallback ( HttpWebResponse webResponse ) : void
webResponse System.Net.HttpWebResponse The web response
리턴 void