次の方法で共有


OperationalInsightsWorkspaceResource.Purge メソッド

定義

一連のユーザー定義フィルターによって Log Analytics ワークスペース内のデータを消去します。

システム リソースを管理するために、消去要求は 1 時間あたり 50 要求に制限されます。 消去要求の実行をバッチ処理するには、消去が必要なすべてのユーザー ID を述語に含む 1 つのコマンドを送信します。 複数の ID を指定するには、in 演算子を使用します。 消去要求に を使用する前にクエリを実行して、結果が期待されることを確認する必要があります。 Log Analytics では、GDPR への準拠に必要な消去操作のみがサポートされます。 Log Analytics 製品チームは、GDPR コンプライアンスを目的としていない消去操作の要求を拒否する権利を留保します。 紛争が発生した場合は、サポート チケットを作成してください

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/purge
  • 操作IdWorkspacePurge_Purge
public virtual Azure.Response<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsWorkspacePurgeResult> Purge (Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsWorkspacePurgeContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member Purge : Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsWorkspacePurgeContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsWorkspacePurgeResult>
override this.Purge : Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsWorkspacePurgeContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsWorkspacePurgeResult>
Public Overridable Function Purge (content As OperationalInsightsWorkspacePurgeContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of OperationalInsightsWorkspacePurgeResult)

パラメーター

content
OperationalInsightsWorkspacePurgeContent

Log Analytics ワークスペースの 1 つのテーブル内のデータを消去する要求の本文について説明します。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

content が null です。

適用対象