CheckAvailabilityResult Class
Description of a CheckAvailability resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.notificationhubs.models._models_py3.ResourceCheckAvailabilityResult
Constructor
CheckAvailabilityResult(*, 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 |
---|---|
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
|
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python