Skip to main content

front_doors

Overview

Namefront_doors
TypeResource
Idazure.front_door.front_doors

Fields

NameDatatypeDescription
idstringResource ID.
namestringResource name.
locationstringResource location.
propertiesobjectThe JSON object that contains the properties required to create an endpoint.
tagsobjectResource tags.
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTfrontDoorName, resourceGroupName, subscriptionIdGets a Front Door with the specified Front Door name under the specified subscription and resource group.
listSELECTsubscriptionIdLists all of the Front Doors within an Azure subscription.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdLists all of the Front Doors within a resource group under a subscription.
create_or_updateINSERTfrontDoorName, resourceGroupName, subscriptionIdCreates a new Front Door with a Front Door name under the specified subscription and resource group.
deleteDELETEfrontDoorName, resourceGroupName, subscriptionIdDeletes an existing Front Door with the specified parameters.
_listEXECsubscriptionIdLists all of the Front Doors within an Azure subscription.
_list_by_resource_groupEXECresourceGroupName, subscriptionIdLists all of the Front Doors within a resource group under a subscription.
validate_custom_domainEXECfrontDoorName, resourceGroupName, subscriptionId, data__hostNameValidates the custom domain mapping to ensure it maps to the correct Front Door endpoint in DNS.