Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorEndpointFilterItemType
-
Packages that use ConnectionMonitorEndpointFilterItemType Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ConnectionMonitorEndpointFilterItemType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ConnectionMonitorEndpointFilterItemType Modifier and Type Field Description static ConnectionMonitorEndpointFilterItemTypeConnectionMonitorEndpointFilterItemType. AGENT_ADDRESSStatic value AgentAddress for ConnectionMonitorEndpointFilterItemType.Methods in com.azure.resourcemanager.network.models that return ConnectionMonitorEndpointFilterItemType Modifier and Type Method Description static ConnectionMonitorEndpointFilterItemTypeConnectionMonitorEndpointFilterItemType. fromString(String name)Creates or finds a ConnectionMonitorEndpointFilterItemType from its string representation.ConnectionMonitorEndpointFilterItemTypeConnectionMonitorEndpointFilterItem. type()Get 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 ConnectionMonitorEndpointFilterItemType Modifier and Type Method Description static Collection<ConnectionMonitorEndpointFilterItemType>ConnectionMonitorEndpointFilterItemType. values()Methods in com.azure.resourcemanager.network.models with parameters of type ConnectionMonitorEndpointFilterItemType Modifier and Type Method Description ConnectionMonitorEndpointFilterItemConnectionMonitorEndpointFilterItem. withType(ConnectionMonitorEndpointFilterItemType type)Set the type property: The type of item included in the filter.
-