次の方法で共有


ComponentsOperationsExtensions.PurgeAsync メソッド

定義

一連のユーザー定義フィルターによって Application Insights コンポーネントのデータを消去します。

システム リソースを管理するために、消去要求は 1 時間あたり 50 要求に制限されます。 消去要求の実行をバッチ処理するには、消去が必要なすべてのユーザー ID を述語に含む 1 つのコマンドを送信します。 複数の ID を指定するには、in 演算子を使用します。 消去要求に を使用する前にクエリを実行して、結果が期待されることを確認する必要があります。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentPurgeResponse> PurgeAsync (this Microsoft.Azure.Management.ApplicationInsights.Management.IComponentsOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentPurgeBody body, System.Threading.CancellationToken cancellationToken = default);
static member PurgeAsync : Microsoft.Azure.Management.ApplicationInsights.Management.IComponentsOperations * string * string * Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentPurgeBody * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentPurgeResponse>
<Extension()>
Public Function PurgeAsync (operations As IComponentsOperations, resourceGroupName As String, resourceName As String, body As ComponentPurgeBody, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ComponentPurgeResponse)

パラメーター

operations
IComponentsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName
String

Application Insights コンポーネント リソースの名前。

body
ComponentPurgeBody

Application Insights コンポーネントの 1 つのテーブル内のデータを消去する要求の本文について説明します

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象