你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ICdnProfile.LoadEndpointContent(String, ISet<String>) 方法

定义

在 CDN 配置文件中强行预加载 CDN 终结点内容。 请注意,这仅适用于 Verizon 配置文件。

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

参数

endpointName
String

配置文件下的终结点的名称。

contentPaths
ISet<String>

要清除的内容的路径,可以是文件路径或目录通配符。

适用于