Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorType
-
Packages that use ConnectionMonitorType Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ConnectionMonitorType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ConnectionMonitorType Modifier and Type Method Description ConnectionMonitorTypeConnectionMonitorResultInner. connectionMonitorType()Get the connectionMonitorType property: Type of connection monitor.ConnectionMonitorTypeConnectionMonitorResultProperties. connectionMonitorType()Get the connectionMonitorType property: Type of connection monitor. -
Uses of ConnectionMonitorType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ConnectionMonitorType Modifier and Type Field Description static ConnectionMonitorTypeConnectionMonitorType. MULTI_ENDPOINTStatic value MultiEndpoint for ConnectionMonitorType.static ConnectionMonitorTypeConnectionMonitorType. SINGLE_SOURCE_DESTINATIONStatic value SingleSourceDestination for ConnectionMonitorType.Methods in com.azure.resourcemanager.network.models that return ConnectionMonitorType Modifier and Type Method Description static ConnectionMonitorTypeConnectionMonitorType. fromString(String name)Creates or finds a ConnectionMonitorType from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ConnectionMonitorType Modifier and Type Method Description static Collection<ConnectionMonitorType>ConnectionMonitorType. values()
-