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

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

Public Methods

Method Description
ToString ( ) : string

Returns the string name of the command

Protected Methods

Method Description
ResponseCallback ( System webResponse ) : void

Used to return the mobile service application details

Private Methods

Method Description
GetMobileServiceResourcesCommand ( string name ) : System

Constructs a command to create a mobile service

Method Details

ResponseCallback() protected method

Used to return the mobile service application details
protected ResponseCallback ( System webResponse ) : void
webResponse System
return void

ToString() public method

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