Class SignatureOverridesFilterValuesQuery
java.lang.Object
com.azure.resourcemanager.network.models.SignatureOverridesFilterValuesQuery
Describes the filter values possibles for a given column.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SignatureOverridesFilterValuesQuery class. -
Method Summary
Modifier and TypeMethodDescriptionGet the filterName property: Describes the name of the column which values will be returned.voidvalidate()Validates the instance.withFilterName(String filterName) Set the filterName property: Describes the name of the column which values will be returned.
-
Constructor Details
-
SignatureOverridesFilterValuesQuery
public SignatureOverridesFilterValuesQuery()Creates an instance of SignatureOverridesFilterValuesQuery class.
-
-
Method Details
-
filterName
Get the filterName property: Describes the name of the column which values will be returned.- Returns:
- the filterName value.
-
withFilterName
Set the filterName property: Describes the name of the column which values will be returned.- Parameters:
filterName- the filterName value to set.- Returns:
- the SignatureOverridesFilterValuesQuery object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-