次の方法で共有


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>

消去するコンテンツへのパス。ファイル パスまたはディレクトリ ワイルドカードを指定できます。

適用対象