v11

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

Checks that the SignalR name is valid and is not already in use.

post/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/checkNameAvailability

Path parameters

locationstring required

the region

subscriptionIdstring required

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

Query parameters

api-versionstring required

Client Api Version.

Request body

typestring required

The resource type. Should be always "Microsoft.SignalRService/SignalR".

namestring required

The SignalR service name to validate. e.g."my-signalR-name-here"

Response

Success. The response describes the name availability.

nameAvailableboolean

Indicates whether the name is available or not.

reasonstring

The reason of the availability. Required if name is not available.

messagestring

The message of the operation.