Freigeben über


AFDEndpointsOperationsExtensions.PurgeContentAsync Methode

Definition

Entfernt einen Inhalt aus AzureFrontDoor.

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

Parameter

operations
IAFDEndpointsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

profileName
String

Name des CDN-Profils, das innerhalb der Ressourcengruppe eindeutig ist.

endpointName
String

Name des Endpunkts unter dem Profil, der global eindeutig ist.

contentPaths
IList<String>

Der Pfad zu dem Inhalt, der bereinigt werden soll. Kann einen Dateipfad oder ein Wild-Karte-Verzeichnis beschreiben.

domains
IList<String>

Liste der Domänen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: