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

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

定义

强行清除 CDN 配置文件中的 CDN 终结点内容。

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

参数

endpointName
String

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

contentPaths
ISet<String>

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

适用于