DomainAvailability Class

Domain availability.

Inheritance
azure.mgmt.cognitiveservices._serialization.Model
DomainAvailability

Constructor

DomainAvailability(*, is_subdomain_available: bool | None = None, reason: str | None = None, subdomain_name: str | None = None, type: str | None = None, kind: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
is_subdomain_available

Indicates the given SKU is available or not.

reason
str

Reason why the SKU is not available.

subdomain_name
str

The subdomain name to use.

type
str

The Type of the resource.

kind
str

The Kind of the resource.

Variables

Name Description
is_subdomain_available

Indicates the given SKU is available or not.

reason
str

Reason why the SKU is not available.

subdomain_name
str

The subdomain name to use.

type
str

The Type of the resource.

kind
str

The Kind of the resource.