check_name_availability
Creates, updates, deletes, gets or lists a check_name_availability resource.
Overview
| Name | check_name_availability |
| Type | Resource |
| Id | azure.recovery_services_data_replication.check_name_availability |
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 |
|---|---|---|---|---|
post | exec | location, subscription_id | Performs the resource name availability check. Checks the resource name availability. |
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 |
|---|---|---|
location | string | The name of the Azure region. Required. |
subscription_id | string |
Lifecycle Methods
- post
Performs the resource name availability check. Checks the resource name availability.
EXEC azure.recovery_services_data_replication.check_name_availability.post
@location='{{ location }}' --required,
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"name": "{{ name }}",
"type": "{{ type }}"
}'
;