Freigeben über


EndpointsOperationsExtensions.LoadContent Methode

Definition

Lädt einen Inhalt vorab in das CDN. Verfügbar für Verizon-Profile.

public static void LoadContent (this Microsoft.Azure.Management.Cdn.IEndpointsOperations operations, string resourceGroupName, string profileName, string endpointName, System.Collections.Generic.IList<string> contentPaths);
static member LoadContent : Microsoft.Azure.Management.Cdn.IEndpointsOperations * string * string * string * System.Collections.Generic.IList<string> -> unit
<Extension()>
Public Sub LoadContent (operations As IEndpointsOperations, resourceGroupName As String, profileName As String, endpointName As String, contentPaths As IList(Of String))

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.

contentPaths
IList<String>

Der Pfad zum zu ladenden Inhalt. Der Pfad sollte eine relative Datei-URL des Ursprungs sein.

Gilt für: