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

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

Public Methods

Method Description
ToString ( ) : string

Returns the string name of the command

Protected Methods

Method Description
CreatePayload ( ) : string

Returns the JSON formatted configuration

Private Methods

Method Description
UpdateMobileServiceSettingsCommand ( string serviceName, string path, string config, string overrideVerb = HttpVerbPut ) : System

Constructs a command to create a mobile service

Method Details

CreatePayload() protected method

Returns the JSON formatted configuration
protected CreatePayload ( ) : string
return string

ToString() public method

Returns the string name of the command
public ToString ( ) : string
return string