C# Класс Elastacloud.AzureManagement.Fluent.Commands.Services.GetDeploymentStatusCommand

This commands checks the status of a particular role - whether it's running, stopped etc.
Наследование: ServiceCommand
Показать файл Открыть проект Примеры использования класса

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