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

Used to create a mobile services application
Inheritance: MobileServiceCommand
显示文件 Open project: azurecoder/fluent-management

Public Methods

Method Description
ToString ( ) : string

Returns the string name of the command

Protected Methods

Method Description
ResponseCallback ( System webResponse ) : void

populates the JSON string to parse on the return trip

Private Methods

Method Description
GetMobileServiceLogsCommand ( string serviceName ) : System

Constructs a command to create a mobile service

Method Details

ResponseCallback() protected method

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

ToString() public method

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