次の方法で共有


ICdnProfile.PurgeEndpointContentAsync メソッド

定義

CDN プロファイル内の CDN エンドポイント コンテンツを強制的に非同期的に消去します。

public System.Threading.Tasks.Task PurgeEndpointContentAsync (string endpointName, System.Collections.Generic.ISet<string> contentPaths, System.Threading.CancellationToken cancellationToken = default);
abstract member PurgeEndpointContentAsync : string * System.Collections.Generic.ISet<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function PurgeEndpointContentAsync (endpointName As String, contentPaths As ISet(Of String), Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

endpointName
String

プロファイルの下にあるエンドポイントの名前。

contentPaths
ISet<String>

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

cancellationToken
CancellationToken

戻り値

適用対象