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

Used to return a list of hosted services to the client
Inheritance: ServiceCommand
Afficher le fichier Open project: azurecoder/fluent-management Class Usage Examples

Private Properties

Свойство Type Description
GetCloudServicePropertiesCommand System.Collections.Generic

Méthodes protégées

Méthode Description
ResponseCallback ( HttpWebResponse webResponse ) : void

The response with already parsed xml

Private Methods

Méthode Description
GetCloudServicePropertiesCommand ( string serviceName ) : System.Collections.Generic

Constructs a GetHostedServiceList command

Method Details

ResponseCallback() protected méthode

The response with already parsed xml
protected ResponseCallback ( HttpWebResponse webResponse ) : void
webResponse System.Net.HttpWebResponse The HttpWebResponse
Résultat void