OperationalInsightsWorkspacePurgeContent コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
OperationalInsightsWorkspacePurgeContent の新しいインスタンスを初期化します。
public OperationalInsightsWorkspacePurgeContent (string table, System.Collections.Generic.IEnumerable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsWorkspacePurgeFilter> filters);
new Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsWorkspacePurgeContent : string * seq<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsWorkspacePurgeFilter> -> Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsWorkspacePurgeContent
Public Sub New (table As String, filters As IEnumerable(Of OperationalInsightsWorkspacePurgeFilter))
パラメーター
- table
- String
データの消去元となるテーブル。
結果のデータを消去するために実行する列とフィルター (クエリ) のセット。
例外
table
または filters
が null です。