ComponentPurgeBody Constructors

Definition

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