C# Класс Elastacloud.AzureManagement.Fluent.Commands.MobileServices.UpdateMobileServiceSettingsCommand

Used to create a mobile services application
Наследование: MobileServiceCommand
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ToString ( ) : string

Returns the string name of the command

Защищенные методы

Метод Описание
CreatePayload ( ) : string

Returns the JSON formatted configuration

Приватные методы

Метод Описание
UpdateMobileServiceSettingsCommand ( string serviceName, string path, string config, string overrideVerb = HttpVerbPut ) : System

Constructs a command to create a mobile service

Описание методов

CreatePayload() защищенный Метод

Returns the JSON formatted configuration
protected CreatePayload ( ) : string
Результат string

ToString() публичный Метод

Returns the string name of the command
public ToString ( ) : string
Результат string