C# 클래스 Elastacloud.AzureManagement.Fluent.Commands.MobileServices.CreateMobileServiceTableCommand

Used to create a mobile services application
상속: MobileServiceCommand
파일 보기 프로젝트 열기: azurecoder/fluent-management 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

Returns the string name of the command

보호된 메소드들

메소드 설명
CreatePayload ( ) : string

Returns a JSON payload to setup the table

비공개 메소드들

메소드 설명
CreateMobileServiceTableCommand ( string serviceName, string tableName, string config ) : System.Xml.Linq

Constructs a command to create a mobile service

메소드 상세

CreatePayload() 보호된 메소드

Returns a JSON payload to setup the table
protected CreatePayload ( ) : string
리턴 string

ToString() 공개 메소드

Returns the string name of the command
public ToString ( ) : string
리턴 string