Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorEndpointFilterType
-
Packages that use ConnectionMonitorEndpointFilterType Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ConnectionMonitorEndpointFilterType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ConnectionMonitorEndpointFilterType Modifier and Type Field Description static ConnectionMonitorEndpointFilterTypeConnectionMonitorEndpointFilterType. INCLUDEStatic value Include for ConnectionMonitorEndpointFilterType.Methods in com.azure.resourcemanager.network.models that return ConnectionMonitorEndpointFilterType Modifier and Type Method Description static ConnectionMonitorEndpointFilterTypeConnectionMonitorEndpointFilterType. fromString(String name)Creates or finds a ConnectionMonitorEndpointFilterType from its string representation.ConnectionMonitorEndpointFilterTypeConnectionMonitorEndpointFilter. type()Get the type property: The behavior of the endpoint filter.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ConnectionMonitorEndpointFilterType Modifier and Type Method Description static Collection<ConnectionMonitorEndpointFilterType>ConnectionMonitorEndpointFilterType. values()Methods in com.azure.resourcemanager.network.models with parameters of type ConnectionMonitorEndpointFilterType Modifier and Type Method Description ConnectionMonitorEndpointFilterConnectionMonitorEndpointFilter. withType(ConnectionMonitorEndpointFilterType type)Set the type property: The behavior of the endpoint filter.
-