endpoints
Creates, updates, deletes, gets or lists an endpoints
resource.
Overview
Name | endpoints |
Type | Resource |
Id | azure.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
purge_content | exec | subscriptionId , resourceGroupName , frontDoorName , contentPaths | Removes 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.
Name | Datatype | Description |
---|---|---|
frontDoorName | string | Name of the Front Door which is globally unique. |
resourceGroupName | string | Name of the Resource group within the Azure subscription. |
subscriptionId | string | The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
Lifecycle Methods
- purge_content
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 }}"
}'
;