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

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

Private Methods

Method Description
RegenerateMobileServiceKeyCommand ( string serviceName, KeyType type = KeyType.Application ) : System

Constructs a command to create a mobile service

Method Details

ToString() public method

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