ResourceNameAvailability Class
Information regarding availability of a resource name.
- Inheritance
-
ResourceNameAvailability
Constructor
ResourceNameAvailability(*, name_available: Optional[bool] = None, reason: Optional[Union[str, azure.mgmt.web.v2021_01_15.models._web_site_management_client_enums.InAvailabilityReasonType]] = None, message: Optional[str] = None, **kwargs)
Parameters
- name_available
- bool
<code>true</code> indicates name is valid and available.
<code>false</code> indicates the name is invalid, unavailable, or both.
- reason
- str or InAvailabilityReasonType
<code>Invalid</code> indicates the name provided does not match Azure
App Service naming requirements. <code>AlreadyExists</code> indicates that the name is
already in use and is therefore unavailable. Possible values include: "Invalid",
"AlreadyExists".
- message
- str
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.
Feedback
Submit and view feedback for