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

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

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

Private Methods

Méthode Description
CreateMobileServiceCommand ( string name, string config, string description = "Created by Fluent Management" ) : System.Xml.Linq

Constructs a command to create a mobile service

Method Details

CreatePayload() protected méthode

The Xml payload that is created and sent to the Fabric with the create deployment parameters ##name## ##description## ##spec##
protected CreatePayload ( ) : string
Résultat string

ToString() public méthode

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