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

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
CreatePayload ( ) : string

Returns the JSON formatted configuration

Private Methods

Méthode Description
UpdateMobileServiceSettingsCommand ( string serviceName, string path, string config, string overrideVerb = HttpVerbPut ) : System

Constructs a command to create a mobile service

Method Details

CreatePayload() protected méthode

Returns the JSON formatted configuration
protected CreatePayload ( ) : string
Résultat string

ToString() public méthode

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