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

Used to create a mobile services application
Inheritance: MobileServiceCommand
显示文件 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

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

Private Methods

Method 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 method

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

ToString() public method

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