WorkspacePurgeBody Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WorkspacePurgeBody() |
Initializes a new instance of the WorkspacePurgeBody class. |
WorkspacePurgeBody(String, IList<WorkspacePurgeBodyFilters>) |
Initializes a new instance of the WorkspacePurgeBody class. |
WorkspacePurgeBody()
Initializes a new instance of the WorkspacePurgeBody class.
public WorkspacePurgeBody ();
Public Sub New ()
Applies to
WorkspacePurgeBody(String, IList<WorkspacePurgeBodyFilters>)
Initializes a new instance of the WorkspacePurgeBody class.
public WorkspacePurgeBody (string table, System.Collections.Generic.IList<Microsoft.Azure.Management.OperationalInsights.Models.WorkspacePurgeBodyFilters> filters);
new Microsoft.Azure.Management.OperationalInsights.Models.WorkspacePurgeBody : string * System.Collections.Generic.IList<Microsoft.Azure.Management.OperationalInsights.Models.WorkspacePurgeBodyFilters> -> Microsoft.Azure.Management.OperationalInsights.Models.WorkspacePurgeBody
Public Sub New (table As String, filters As IList(Of WorkspacePurgeBodyFilters))
Parameters
- table
- String
Table from which to purge data.
- filters
- IList<WorkspacePurgeBodyFilters>
The set of columns and filters (queries) to run over them to purge the resulting data.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET