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

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

공개 메소드들

메소드 설명
ToString ( ) : string

Returns the string name of the command

보호된 메소드들

메소드 설명
ResponseCallback ( System webResponse ) : void

populates the JSON string to parse on the return trip

비공개 메소드들

메소드 설명
GetMobileServiceSettingsCommand ( string serviceName, string path, string overrideVerb = HttpVerbGet ) : System.IO

Constructs a command to create a mobile service

메소드 상세

ResponseCallback() 보호된 메소드

populates the JSON string to parse on the return trip
protected ResponseCallback ( System webResponse ) : void
webResponse System
리턴 void

ToString() 공개 메소드

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