ComponentPurgeBody Constructor
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.
Initializes a new instance of ComponentPurgeBody.
public ComponentPurgeBody (string table, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ApplicationInsights.Models.ComponentPurgeBodyFilters> filters);
new Azure.ResourceManager.ApplicationInsights.Models.ComponentPurgeBody : string * seq<Azure.ResourceManager.ApplicationInsights.Models.ComponentPurgeBodyFilters> -> Azure.ResourceManager.ApplicationInsights.Models.ComponentPurgeBody
Public Sub New (table As String, filters As IEnumerable(Of ComponentPurgeBodyFilters))
Parameters
- table
- String
Table from which to purge data.
- filters
- IEnumerable<ComponentPurgeBodyFilters>
The set of columns and filters (queries) to run over them to purge the resulting data.
Exceptions
table
or filters
is null.
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