ComponentPurgeBody Class

  • java.lang.Object
    • com.azure.resourcemanager.applicationinsights.models.ComponentPurgeBody

public final class ComponentPurgeBody

Describes the body of a purge request for an App Insights component.

Constructor Summary

Constructor Description
ComponentPurgeBody()

Method Summary

Modifier and Type Method and Description
List<ComponentPurgeBodyFilters> filters()

Get the filters property: The set of columns and filters (queries) to run over them to purge the resulting data.

String table()

Get the table property: Table from which to purge data.

void validate()

Validates the instance.

ComponentPurgeBody withFilters(List<ComponentPurgeBodyFilters> filters)

Set the filters property: The set of columns and filters (queries) to run over them to purge the resulting data.

ComponentPurgeBody withTable(String table)

Set the table property: Table from which to purge data.

Methods inherited from java.lang.Object

Constructor Details

ComponentPurgeBody

public ComponentPurgeBody()

Method Details

filters

public List filters()

Get the filters property: The set of columns and filters (queries) to run over them to purge the resulting data.

Returns:

the filters value.

table

public String table()

Get the table property: Table from which to purge data.

Returns:

the table value.

validate

public void validate()

Validates the instance.

withFilters

public ComponentPurgeBody withFilters(List filters)

Set the filters property: The set of columns and filters (queries) to run over them to purge the resulting data.

Parameters:

filters - the filters value to set.

Returns:

the ComponentPurgeBody object itself.

withTable

public ComponentPurgeBody withTable(String table)

Set the table property: Table from which to purge data.

Parameters:

table - the table value to set.

Returns:

the ComponentPurgeBody object itself.

Applies to