Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorEndpointFilter
-
Packages that use ConnectionMonitorEndpointFilter Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ConnectionMonitorEndpointFilter in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ConnectionMonitorEndpointFilter Modifier and Type Method Description ConnectionMonitorEndpointFilterConnectionMonitorEndpoint. filter()Get the filter property: Filter for sub-items within the endpoint.ConnectionMonitorEndpointFilterConnectionMonitorEndpointFilter. withItems(List<ConnectionMonitorEndpointFilterItem> items)Set the items property: List of items in the filter.ConnectionMonitorEndpointFilterConnectionMonitorEndpointFilter. withType(ConnectionMonitorEndpointFilterType type)Set the type property: The behavior of the endpoint filter.Methods in com.azure.resourcemanager.network.models with parameters of type ConnectionMonitorEndpointFilter Modifier and Type Method Description ConnectionMonitorEndpointConnectionMonitorEndpoint. withFilter(ConnectionMonitorEndpointFilter filter)Set the filter property: Filter for sub-items within the endpoint.
-