C# Class Elastacloud.AzureManagement.Fluent.Commands.Services.GetDeploymentStatusCommand

This commands checks the status of a particular role - whether it's running, stopped etc.
Inheritance: ServiceCommand
Afficher le fichier Open project: azurecoder/fluent-management Class Usage Examples

Private Properties

Свойство Type Description
GetDeploymentStatusCommand System.Net

Méthodes protégées

Méthode Description
ResponseCallback ( HttpWebResponse webResponse ) : void

The response callback used to parse the Xml response

Private Methods

Méthode Description
GetDeploymentStatusCommand ( string hostedServiceName, DeploymentSlot slot ) : System.Net

Used to create an instance of GetDeploymentStatusCommand

Method Details

ResponseCallback() protected méthode

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