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

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

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

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

Returns the string name of the command

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

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

The Xml payload that is created and sent to the Fabric with the create deployment parameters ##name## ##description## ##spec##

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

Метод Описание
CreateMobileServiceCommand ( string name, string config, string description = "Created by Fluent Management" ) : System.Xml.Linq

Constructs a command to create a mobile service

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

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

The Xml payload that is created and sent to the Fabric with the create deployment parameters ##name## ##description## ##spec##
protected CreatePayload ( ) : string
Результат string

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

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