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

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

공개 메소드들

메소드 설명
Execute ( ) : void
ToString ( ) : string

Returns the string name of the command

보호된 메소드들

메소드 설명
CreatePayload ( ) : string

Returns a JSON payload to setup the table

비공개 메소드들

메소드 설명
CreateMobileServiceTableScriptCommand ( string serviceName, string tableName, CrudOperation operation, string config ) : System

Constructs a command to create a mobile service

메소드 상세

CreatePayload() 보호된 메소드

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

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

ToString() 공개 메소드

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