Delen via


EndpointsOperationsExtensions.BeginPurgeContentAsync Methode

Definitie

Hiermee verwijdert u inhoud uit CDN.

public static System.Threading.Tasks.Task BeginPurgeContentAsync (this Microsoft.Azure.Management.Cdn.Fluent.IEndpointsOperations operations, string resourceGroupName, string profileName, string endpointName, System.Collections.Generic.IList<string> contentPaths, System.Threading.CancellationToken cancellationToken = default);
static member BeginPurgeContentAsync : Microsoft.Azure.Management.Cdn.Fluent.IEndpointsOperations * string * string * string * System.Collections.Generic.IList<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginPurgeContentAsync (operations As IEndpointsOperations, resourceGroupName As String, profileName As String, endpointName As String, contentPaths As IList(Of String), Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

operations
IEndpointsOperations

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

Naam van de resourcegroep binnen het Azure-abonnement.

profileName
String

Naam van het CDN-profiel dat uniek is binnen de resourcegroep.

endpointName
String

Naam van het eindpunt onder het profiel dat wereldwijd uniek is.

contentPaths
IList<String>

Het pad naar de inhoud die moet worden opgeschoond. Kan een bestandspad of een map met jokertekens beschrijven.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op