次の方法で共有


IWorkspacePurgeOperations.PurgeWithHttpMessagesAsync メソッド

定義

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

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.OperationalInsights.Models.WorkspacePurgeResponse,Microsoft.Azure.Management.OperationalInsights.Models.WorkspacePurgePurgeHeaders>> PurgeWithHttpMessagesAsync (string resourceGroupName, string workspaceName, Microsoft.Azure.Management.OperationalInsights.Models.WorkspacePurgeBody body, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member PurgeWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.OperationalInsights.Models.WorkspacePurgeBody * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.OperationalInsights.Models.WorkspacePurgeResponse, Microsoft.Azure.Management.OperationalInsights.Models.WorkspacePurgePurgeHeaders>>
Public Function PurgeWithHttpMessagesAsync (resourceGroupName As String, workspaceName As String, body As WorkspacePurgeBody, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkspacePurgeResponse, WorkspacePurgePurgeHeaders))

パラメーター

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前。

body
WorkspacePurgeBody

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

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

応答を逆シリアル化できない場合にスローされます

必須パラメーターが null の場合にスローされます

適用対象