CheckNameAvailabilityResult Class
The Result of the CheckNameAvailability operation.
Constructor
CheckNameAvailabilityResult(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
message
|
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