Description | : Checks the availability of the given service namespace across all Azure subscriptions. This is useful because the domain name is created based on the service namespace name. |
Reference | : Link ¶ |
⚼ Request
POST:
/subscriptions/{subscriptionId}/providers/Microsoft.NotificationHubs/checkNamespaceAvailability
{
parameters:
{
,
id:
string
,
name:
string
,
type:
string
,
location:
string
,
tags:
object
,
sku:
{
,
name:
enum
,
tier:
string
,
size:
string
,
family:
string
,
capacity:
integer
,
}
isAvailiable:
boolean
,
}
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
isAvailiable:
boolean
,
}