Compartilhar via


EndpointsOperationsExtensions.PurgeContent Method

Definition

Removes a content from Front Door.

public static void PurgeContent (this Microsoft.Azure.Management.FrontDoor.IEndpointsOperations operations, string resourceGroupName, string frontDoorName, Microsoft.Azure.Management.FrontDoor.Models.PurgeParameters contentFilePaths);
static member PurgeContent : Microsoft.Azure.Management.FrontDoor.IEndpointsOperations * string * string * Microsoft.Azure.Management.FrontDoor.Models.PurgeParameters -> unit
<Extension()>
Public Sub PurgeContent (operations As IEndpointsOperations, resourceGroupName As String, frontDoorName As String, contentFilePaths As PurgeParameters)

Parameters

operations
IEndpointsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the Resource group within the Azure subscription.

frontDoorName
String

Name of the Front Door which is globally unique.

contentFilePaths
PurgeParameters

Applies to