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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET