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
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ConnectionMonitorEndpointFilterModifier and TypeClassDescriptionfinal classDescribes the connection monitor endpoint filter.Methods in com.azure.resourcemanager.network.models that return ConnectionMonitorEndpointFilterModifier and TypeMethodDescriptionConnectionMonitorEndpoint.filter()Get the filter property: Filter field is getting deprecated and should not be used.ConnectionMonitorEndpointFilter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionMonitorEndpointFilter from the JsonReader.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 field is getting deprecated and should not be used.