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
Datei anzeigen Open project: azurecoder/fluent-management Class Usage Examples

Private Properties

Property Type Description
GetDeploymentStatusCommand System.Net

Protected Methods

Method Description
ResponseCallback ( HttpWebResponse webResponse ) : void

The response callback used to parse the Xml response

Private Methods

Method Description
GetDeploymentStatusCommand ( string hostedServiceName, DeploymentSlot slot ) : System.Net

Used to create an instance of GetDeploymentStatusCommand

Method Details

ResponseCallback() protected method

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