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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET