ResourceNameAvailability Class
Information regarding availability of a resource name.
- Inheritance
-
azure.mgmt.web._serialization.ModelResourceNameAvailability
Constructor
ResourceNameAvailability(*, name_available: bool | None = None, reason: str | _models.InAvailabilityReasonType | None = None, message: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name_available
|
|
reason
|
|
message
|
If reason == invalid, provide the user with the reason why the given name is invalid, and provide the resource naming requirements so that the user can select a valid name. If reason == AlreadyExists, explain that resource name is already in use, and direct them to select a different name. |
Variables
Name | Description |
---|---|
name_available
|
|
reason
|
|
message
|
If reason == invalid, provide the user with the reason why the given name is invalid, and provide the resource naming requirements so that the user can select a valid name. If reason == AlreadyExists, explain that resource name is already in use, and direct them to select a different name. |
Azure SDK for Python