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

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 a JSON payload to setup the table

Private Methods

Méthode Description
CreateMobileServiceTableCommand ( string serviceName, string tableName, string config ) : System.Xml.Linq

Constructs a command to create a mobile service

Method Details

CreatePayload() protected méthode

Returns a JSON payload to setup the table
protected CreatePayload ( ) : string
Résultat string

ToString() public méthode

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