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

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

공개 메소드들

메소드 설명
ToString ( ) : string

Returns the string name of the command

보호된 메소드들

메소드 설명
CreatePayload ( ) : string

Returns the JSON formatted configuration

비공개 메소드들

메소드 설명
UpdateMobileServiceSettingsCommand ( string serviceName, string path, string config, string overrideVerb = HttpVerbPut ) : System

Constructs a command to create a mobile service

메소드 상세

CreatePayload() 보호된 메소드

Returns the JSON formatted configuration
protected CreatePayload ( ) : string
리턴 string

ToString() 공개 메소드

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