Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorEndpointFilterItem
Packages that use ConnectionMonitorEndpointFilterItem
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ConnectionMonitorEndpointFilterItem in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ConnectionMonitorEndpointFilterItemModifier and TypeMethodDescriptionConnectionMonitorEndpointFilterItem.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionMonitorEndpointFilterItem from the JsonReader.ConnectionMonitorEndpointFilterItem.withAddress(String address) Set the address property: The address of the filter item.ConnectionMonitorEndpointFilterItem.withType(ConnectionMonitorEndpointFilterItemType type) Set the type property: The type of item included in the filter.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ConnectionMonitorEndpointFilterItemModifier and TypeMethodDescriptionConnectionMonitorEndpointFilter.items()Get the items property: List of items in the filter.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ConnectionMonitorEndpointFilterItemModifier and TypeMethodDescriptionConnectionMonitorEndpointFilter.withItems(List<ConnectionMonitorEndpointFilterItem> items) Set the items property: List of items in the filter.