C# Class Elastacloud.AzureManagement.Fluent.Commands.ServiceBus.GetManagementTokenCommand

Used to get the oAuth WRAP token from ACS for the service bus instance
Inheritance: Elastacloud.AzureManagement.Fluent.Commands.Services.ServiceCommand
Datei anzeigen Open project: azurecoder/fluent-management Class Usage Examples

Protected Methods

Method Description
CreatePayload ( ) : string

Creates a post body which contains meta information to access the management service with the appropriate credentials

Private Methods

Method Description
GetManagementTokenCommand ( string @namespace, string managementKey ) : System

Used to setup the parameters - n.b. the service bus namespace for acs becomes @namespace-sb.accesscontrol.windows.net

Method Details

CreatePayload() protected method

Creates a post body which contains meta information to access the management service with the appropriate credentials
protected CreatePayload ( ) : string
return string