ComponentPurgeBody 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
ComponentPurgeBody() |
Initializes a new instance of the ComponentPurgeBody class. |
ComponentPurgeBody(String, IList<ComponentPurgeBodyFilters>) |
Initializes a new instance of the ComponentPurgeBody class. |
ComponentPurgeBody()
Initializes a new instance of the ComponentPurgeBody class.
public ComponentPurgeBody ();
Public Sub New ()
Applies to
ComponentPurgeBody(String, IList<ComponentPurgeBodyFilters>)
Initializes a new instance of the ComponentPurgeBody class.
public ComponentPurgeBody (string table, System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentPurgeBodyFilters> filters);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentPurgeBody : string * System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentPurgeBodyFilters> -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentPurgeBody
Public Sub New (table As String, filters As IList(Of ComponentPurgeBodyFilters))
Parameters
- table
- String
Table from which to purge data.
- filters
- IList<ComponentPurgeBodyFilters>
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