check_dns_name_availabilities
Creates, updates, deletes, gets or lists a check_dns_name_availabilities resource.
Overview
| Name | check_dns_name_availabilities |
| Type | Resource |
| Id | azure.network.check_dns_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 |
|---|---|---|---|---|
check_dns_name_availability | exec | location, subscription_id, domainNameLabel | Checks whether a domain name in the cloudapp.azure.com zone is available for use. |
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 |
|---|---|---|
domainNameLabel | string | The domain name to be verified. It must conform to the following regular expression: ^[a-z][a-z0-9-]{1,61}[a-z0-9]$. Required. |
location | string | The location name. Required. |
subscription_id | string |
Lifecycle Methods
- check_dns_name_availability
Checks whether a domain name in the cloudapp.azure.com zone is available for use.
EXEC azure.network.check_dns_name_availabilities.check_dns_name_availability
@location='{{ location }}' --required,
@subscription_id='{{ subscription_id }}' --required,
@domainNameLabel='{{ domainNameLabel }}' --required
;