EndpointsOperationsExtensions.PurgeContentAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes a content from Front Door.
public static System.Threading.Tasks.Task PurgeContentAsync (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 PurgeContentAsync : Microsoft.Azure.Management.FrontDoor.IEndpointsOperations * string * string * Microsoft.Azure.Management.FrontDoor.Models.PurgeParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function PurgeContentAsync (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.