C# 클래스 Elastacloud.AzureManagement.Fluent.Watchers.DeploymentStatusWatcher

The watcher class used to monitor whether a role has had a status change
상속: Elastacloud.AzureManagement.Fluent.Watchers.BaseWatcher
파일 보기 프로젝트 열기: azurecoder/fluent-management

보호된 메소드들

메소드 설명
GetState ( ) : object

Used to get the state to feed into the Pingback method

Pingback ( object state ) : void

Overriden in derived classes and used to ping back to determine the state

비공개 메소드들

메소드 설명
DeploymentStatusWatcher ( string serviceName, DeploymentSlot slot, X509Certificate2 managementCertificate, string subscriptionId ) : System

Used to construct a DeploymentStatusWatcher

메소드 상세

GetState() 보호된 메소드

Used to get the state to feed into the Pingback method
protected GetState ( ) : object
리턴 object

Pingback() 보호된 메소드

Overriden in derived classes and used to ping back to determine the state
protected Pingback ( object state ) : void
state object an object state containing details of the command response
리턴 void