Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorEndpointFilter
Packages that use ConnectionMonitorEndpointFilter
Package
Description
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 ConnectionMonitorEndpointFilterModifier and TypeMethodDescriptionConnectionMonitorEndpoint.filter()Get the filter property: Filter for sub-items within the endpoint.ConnectionMonitorEndpointFilter.withItems(List<ConnectionMonitorEndpointFilterItem> items) Set the items property: List of items in the filter.ConnectionMonitorEndpointFilter.withType(ConnectionMonitorEndpointFilterType type) Set the type property: The behavior of the endpoint filter.Methods in com.azure.resourcemanager.network.models with parameters of type ConnectionMonitorEndpointFilterModifier and TypeMethodDescriptionConnectionMonitorEndpoint.withFilter(ConnectionMonitorEndpointFilter filter) Set the filter property: Filter for sub-items within the endpoint.