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.Resource
CheckAvailabilityResult

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
str

Resource location.

tags

A set of tags. Resource tags.

sku
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
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

location
str

Resource location.

tags

A set of tags. Resource tags.

sku
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.