NameAvailabilityInfo Class
Description of name availability.
Constructor
NameAvailabilityInfo(*, name_available: bool | None = None, reason: str | NameUnavailabilityReason | None = None, message: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
name_available
|
specifies if a name is available or not. |
reason
|
specifies the reason a name is unavailable. Possible values include: "Invalid", "AlreadyExists". |
message
|
message containing a detailed reason name is unavailable. |
Variables
Name | Description |
---|---|
name_available
|
specifies if a name is available or not. |
reason
|
specifies the reason a name is unavailable. Possible values include: "Invalid", "AlreadyExists". |
message
|
message containing a detailed reason name is unavailable. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python