共用方式為


EndpointsOperationsExtensions.BeginPurgeContentAsync 方法

定義

從 CDN 移除內容。

public static System.Threading.Tasks.Task BeginPurgeContentAsync (this Microsoft.Azure.Management.Cdn.Fluent.IEndpointsOperations operations, string resourceGroupName, string profileName, string endpointName, System.Collections.Generic.IList<string> contentPaths, System.Threading.CancellationToken cancellationToken = default);
static member BeginPurgeContentAsync : Microsoft.Azure.Management.Cdn.Fluent.IEndpointsOperations * string * string * string * System.Collections.Generic.IList<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginPurgeContentAsync (operations As IEndpointsOperations, resourceGroupName As String, profileName As String, endpointName As String, contentPaths As IList(Of String), Optional cancellationToken As CancellationToken = Nothing) As Task

參數

operations
IEndpointsOperations

這個擴充方法的作業群組。

resourceGroupName
String

Azure 訂用帳戶內的資源組名。

profileName
String

資源群組內唯一的 CDN 設定檔名稱。

endpointName
String

設定檔下唯一的端點名稱。

contentPaths
IList<String>

待清除內容的路徑。 可以描述檔案路徑或萬用字元目錄。

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於