Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorEndpointFilterItem
-
Packages that use ConnectionMonitorEndpointFilterItem Package Description com.azure.resourcemanager.network.models 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 ConnectionMonitorEndpointFilterItem Modifier and Type Method Description ConnectionMonitorEndpointFilterItemConnectionMonitorEndpointFilterItem. withAddress(String address)Set the address property: The address of the filter item.ConnectionMonitorEndpointFilterItemConnectionMonitorEndpointFilterItem. 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 ConnectionMonitorEndpointFilterItem Modifier and Type Method Description List<ConnectionMonitorEndpointFilterItem>ConnectionMonitorEndpointFilter. items()Get the items property: List of items in the filter.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ConnectionMonitorEndpointFilterItem Modifier and Type Method Description ConnectionMonitorEndpointFilterConnectionMonitorEndpointFilter. withItems(List<ConnectionMonitorEndpointFilterItem> items)Set the items property: List of items in the filter.
-