Skip to main content

endpoints

Creates, updates, deletes, gets or lists an endpoints resource.

Overview

Nameendpoints
TypeResource
Idazure.front_door.endpoints

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
purge_contentexecsubscriptionId, resourceGroupName, frontDoorName, contentPathsRemoves a content from Front Door.

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
frontDoorNamestringName of the Front Door which is globally unique.
resourceGroupNamestringName of the Resource group within the Azure subscription.
subscriptionIdstringThe subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Lifecycle Methods

Removes a content from Front Door.

EXEC azure.front_door.endpoints.purge_content 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@frontDoorName='{{ frontDoorName }}' --required
@@json=
'{
"contentPaths": "{{ contentPaths }}"
}'
;