Freigeben über


ICdnProfiles.LoadEndpointContent Methode

Definition

Inhalt des CDN-Endpunkts wird erzwungen vorab geladen. Verfügbar für Verizon-Profile.

public void LoadEndpointContent (string resourceGroupName, string profileName, string endpointName, System.Collections.Generic.IList<string> contentPaths);
abstract member LoadEndpointContent : string * string * string * System.Collections.Generic.IList<string> -> unit
Public Sub LoadEndpointContent (resourceGroupName As String, profileName As String, endpointName As String, contentPaths As IList(Of String))

Parameter

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. Sollte einen Dateipfad beschreiben.

Gilt für: