regional_check_name_availabilities
Creates, updates, deletes, gets or lists a regional_check_name_availabilities resource.
Overview
| Name | regional_check_name_availabilities |
| Type | Resource |
| Id | azure.web.regional_check_name_availabilities |
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 |
|---|---|---|---|---|
regional_check_name_availability | exec | location, subscription_id, name, type | Check if a resource name is available for DNL sites. Check if a resource name is available for DNL sites. |
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 location name. Required. |
subscription_id | string |
Lifecycle Methods
- regional_check_name_availability
Check if a resource name is available for DNL sites. Check if a resource name is available for DNL sites.
EXEC azure.web.regional_check_name_availabilities.regional_check_name_availability
@location='{{ location }}' --required,
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"resourceGroupName": "{{ resourceGroupName }}",
"autoGeneratedDomainNameLabelScope": "{{ autoGeneratedDomainNameLabelScope }}",
"name": "{{ name }}",
"type": "{{ type }}"
}'
;