CheckAvailabilityParameters Class
Parameters supplied to the Check Name Availability for Namespace and NotificationHubs.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelCheckAvailabilityParameters
Constructor
CheckAvailabilityParameters(*, name: str, location: str | None = None, tags: Dict[str, str] | None = None, sku: Sku | None = None, is_availiable: bool | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Required. Resource name. |
location
|
Resource location. |
tags
|
A set of tags. Resource tags. |
sku
|
The sku of the created namespace. |
is_availiable
|
True if the name is available and can be used to create new Namespace/NotificationHub. Otherwise false. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Required. Resource name. |
type
|
Resource type. |
location
|
Resource location. |
tags
|
A set of tags. Resource tags. |
sku
|
The sku of the created namespace. |
is_availiable
|
True if the name is available and can be used to create new Namespace/NotificationHub. Otherwise false. |
Azure SDK for Python