Skip to main content

check_name_availability

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

Overview

Namecheck_name_availability
TypeResource
Idazure_extras.rdbms.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:

NameAccessible byRequired ParamsOptional ParamsDescription
executeexecsubscription_id, nameCheck the availability of name for resource.

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
subscription_idstring

Lifecycle Methods

Check the availability of name for resource.

EXEC azure_extras.rdbms.check_name_availability.execute 
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"name": "{{ name }}",
"type": "{{ type }}"
}'
;