CheckNameAvailabilityResult Class
The Result of the CheckNameAvailability operation.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
CheckNameAvailabilityResult(*, name_available: bool | None = None, reason: str | _models.UnavailableReason | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
name_available
|
Value indicating Namespace is availability, true if the Namespace is available; otherwise, false. Default value: None
|
|
reason
|
The reason for unavailability of a Namespace. Known values are: "None", "InvalidName", "SubscriptionIsDisabled", "NameInUse", "NameInLockdown", and "TooManyNamespaceInCurrentSubscription". Default value: None
|
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". |