Skip to main content

front_door_name_availability

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

Overview

Namefront_door_name_availability
TypeResource
Idazure.front_door.front_door_name_availability

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
messagestringThe detailed error message describing why the name is not available.
nameAvailabilitystringIndicates whether the name is available. Known values are: "Available" and "Unavailable". (Available, Unavailable)
reasonstringThe reason why the name is not available.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
checkselectCheck the availability of a Front Door resource name.

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

SELECT examples

Check the availability of a Front Door resource name.

SELECT
message,
nameAvailability,
reason
FROM azure.front_door.front_door_name_availability
;