次の方法で共有


WorkspacePurgeOperationsExtensions.Purge メソッド

定義

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

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

public static Microsoft.Azure.Management.OperationalInsights.Models.WorkspacePurgeResponse Purge (this Microsoft.Azure.Management.OperationalInsights.IWorkspacePurgeOperations operations, string resourceGroupName, string workspaceName, Microsoft.Azure.Management.OperationalInsights.Models.WorkspacePurgeBody body);
static member Purge : Microsoft.Azure.Management.OperationalInsights.IWorkspacePurgeOperations * string * string * Microsoft.Azure.Management.OperationalInsights.Models.WorkspacePurgeBody -> Microsoft.Azure.Management.OperationalInsights.Models.WorkspacePurgeResponse
<Extension()>
Public Function Purge (operations As IWorkspacePurgeOperations, resourceGroupName As String, workspaceName As String, body As WorkspacePurgeBody) As WorkspacePurgeResponse

パラメーター

operations
IWorkspacePurgeOperations

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

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前。

body
WorkspacePurgeBody

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

戻り値

適用対象