Uses of Class
com.azure.resourcemanager.network.models.FilterItems
-
Packages that use FilterItems Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of FilterItems in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return FilterItems Modifier and Type Method Description FilterItemsFilterItems. withField(String field)Set the field property: The name of the field we would like to filter.FilterItemsFilterItems. withValues(List<String> values)Set the values property: List of values to filter the current field by.Methods in com.azure.resourcemanager.network.models that return types with arguments of type FilterItems Modifier and Type Method Description List<FilterItems>IdpsQueryObject. filters()Get the filters property: Contain all filters names and values.Method parameters in com.azure.resourcemanager.network.models with type arguments of type FilterItems Modifier and Type Method Description IdpsQueryObjectIdpsQueryObject. withFilters(List<FilterItems> filters)Set the filters property: Contain all filters names and values.
-