C# Class Elastacloud.AzureManagement.Fluent.Commands.MobileServices.GetMobileServiceSettingsCommand

Used to create a mobile services application
Inheritance: MobileServiceCommand
Afficher le fichier Open project: azurecoder/fluent-management Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string

Returns the string name of the command

Méthodes protégées

Méthode Description
ResponseCallback ( System webResponse ) : void

populates the JSON string to parse on the return trip

Private Methods

Méthode Description
GetMobileServiceSettingsCommand ( string serviceName, string path, string overrideVerb = HttpVerbGet ) : System.IO

Constructs a command to create a mobile service

Method Details

ResponseCallback() protected méthode

populates the JSON string to parse on the return trip
protected ResponseCallback ( System webResponse ) : void
webResponse System
Résultat void

ToString() public méthode

Returns the string name of the command
public ToString ( ) : string
Résultat string