ComponentPurgeBody Class
- java.
lang. Object - com.
azure. resourcemanager. applicationinsights. models. ComponentPurgeBody
- com.
Implements
public final class ComponentPurgeBody
implements JsonSerializable<ComponentPurgeBody>
Describes the body of a purge request for an App Insights component.
Constructor Summary
| Constructor | Description |
|---|---|
| ComponentPurgeBody() |
Creates an instance of Component |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Component |
filters()
Get the filters property: The set of columns and filters (queries) to run over them to purge the resulting data. |
|
static
Component |
fromJson(JsonReader jsonReader)
Reads an instance of Component |
| String |
table()
Get the table property: Table from which to purge data. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Component |
withFilters(List<ComponentPurgeBodyFilters> filters)
Set the filters property: The set of columns and filters (queries) to run over them to purge the resulting data. |
|
Component |
withTable(String table)
Set the table property: Table from which to purge data. |
Methods inherited from java.lang.Object
Constructor Details
ComponentPurgeBody
public ComponentPurgeBody()
Creates an instance of ComponentPurgeBody class.
Method Details
filters
public List<ComponentPurgeBodyFilters> filters()
Get the filters property: The set of columns and filters (queries) to run over them to purge the resulting data.
Returns:
fromJson
public static ComponentPurgeBody fromJson(JsonReader jsonReader)
Reads an instance of ComponentPurgeBody from the JsonReader.
Parameters:
Returns:
Throws:
table
public String table()
Get the table property: Table from which to purge data.
Returns:
toJson
validate
public void validate()
Validates the instance.
withFilters
public 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.
Parameters:
Returns:
withTable
public ComponentPurgeBody withTable(String table)
Set the table property: Table from which to purge data.
Parameters:
Returns: