EndpointsOperationsExtensions.LoadContentAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Lädt einen Inhalt vorab in das CDN. Verfügbar für Verizon-Profile.
public static System.Threading.Tasks.Task LoadContentAsync (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 LoadContentAsync : Microsoft.Azure.Management.Cdn.Fluent.IEndpointsOperations * string * string * string * System.Collections.Generic.IList<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function LoadContentAsync (operations As IEndpointsOperations, resourceGroupName As String, profileName As String, endpointName As String, contentPaths As IList(Of String), Optional cancellationToken As CancellationToken = Nothing) As Task
Parameter
- operations
- IEndpointsOperations
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.
Der Pfad zum zu ladenden Inhalt. Der Pfad sollte eine relative Datei-URL des Ursprungs sein.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET