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.Model
CheckAvailabilityParameters

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
str

Required. Resource name.

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

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