Skip to main content

regional_check_name_availabilities

Creates, updates, deletes, gets or lists a regional_check_name_availabilities resource.

Overview

Nameregional_check_name_availabilities
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
regional_check_name_availabilityexeclocation, subscription_id, name, typeCheck 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.

NameDatatypeDescription
locationstringThe location name. Required.
subscription_idstring

Lifecycle Methods

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 }}"
}'
;