CheckNameAvailabilityOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:check_name_availability> attribute.
Constructor
CheckNameAvailabilityOperations(*args, **kwargs)
Methods
| execute |
Check the availability of name for resource. |
execute
Check the availability of name for resource.
async execute(name_availability_request: _models.NameAvailabilityRequest, *, content_type: str = 'application/json', **kwargs: Any) -> _models.NameAvailability
Parameters
| Name | Description |
|---|---|
|
name_availability_request
Required
|
The required parameters for checking if resource name is available. Is either a NameAvailabilityRequest type or a IO[bytes] type. Required. |
Returns
| Type | Description |
|---|---|
|
NameAvailability or the result of cls(response) |
Exceptions
| Type | Description |
|---|---|
Attributes
models
models = <module 'azure.mgmt.rdbms.mysql.models' from 'C:\\ToolCache\\Python\\3.11.9\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv198\\Lib\\site-packages\\azure\\mgmt\\rdbms\\mysql\\models\\__init__.py'>