Compartilhar via


EndpointsOperationsExtensions.BeginPurgeContentAsync Method

Definition

Removes a content from Front Door.

public static System.Threading.Tasks.Task BeginPurgeContentAsync (this Microsoft.Azure.Management.FrontDoor.IEndpointsOperations operations, string resourceGroupName, string frontDoorName, Microsoft.Azure.Management.FrontDoor.Models.PurgeParameters contentFilePaths, System.Threading.CancellationToken cancellationToken = default);
static member BeginPurgeContentAsync : Microsoft.Azure.Management.FrontDoor.IEndpointsOperations * string * string * Microsoft.Azure.Management.FrontDoor.Models.PurgeParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginPurgeContentAsync (operations As IEndpointsOperations, resourceGroupName As String, frontDoorName As String, contentFilePaths As PurgeParameters, Optional cancellationToken As CancellationToken = Nothing) As Task

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
cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to