v11

latestSwagger 2.0raw.githubusercontent.com2019-11-08122841.3 KB
SignalR

Get the access keys of the SignalR resource.

post/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/SignalR/{resourceName}/listKeys

Path parameters

subscriptionIdstring required

Gets subscription Id which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

resourceGroupNamestring required

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

resourceNamestring required

The name of the SignalR resource.

Query parameters

api-versionstring required

Client Api Version.

Response

Success. The response describes SignalR service access keys.

primaryKeystring

The primary access key.

secondaryKeystring

The secondary access key.

primaryConnectionStringstring

SignalR connection string constructed via the primaryKey

secondaryConnectionStringstring

SignalR connection string constructed via the secondaryKey