CheckNameAvailabilityResult Class

Description of a Check Name availability request properties.

Constructor

CheckNameAvailabilityResult(*args: Any, **kwargs: Any)

Variables

Name Description
message
str

The detailed info regarding the reason associated with the namespace.

name_available

Value indicating namespace is availability, true if the namespace is available; otherwise, false.

reason

The reason for unavailability of a namespace. Known values are: "None", "InvalidName", "SubscriptionIsDisabled", "NameInUse", "NameInLockdown", and "TooManyNamespaceInCurrentSubscription".

Attributes

message

The detailed info regarding the reason associated with the namespace.

message: str | None

name_available

Value indicating namespace is availability, true if the namespace is available; otherwise, false.

name_available: bool | None

reason

"None", "InvalidName", "SubscriptionIsDisabled", "NameInUse", "NameInLockdown", and "TooManyNamespaceInCurrentSubscription".

reason: str | _models.UnavailableReason | None