check_name_availability_without_location
Creates, updates, deletes, gets or lists a check_name_availability_without_location resource.
Overview
| Name | check_name_availability_without_location |
| Type | Resource |
| Id | azure.mysql_flexible_servers.check_name_availability_without_location |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
execute | exec | subscription_id, name | Check the availability of name for server. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
subscription_id | string |
Lifecycle Methods
- execute
Check the availability of name for server.
EXEC azure.mysql_flexible_servers.check_name_availability_without_location.execute
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"name": "{{ name }}",
"type": "{{ type }}"
}'
;