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
Показать файл Открыть проект

Защищенные методы

Метод Описание
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