Uses of Class
com.azure.resourcemanager.network.models.ConnectionMonitorType
Packages that use ConnectionMonitorType
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 ConnectionMonitorTypeModifier and TypeMethodDescriptionConnectionMonitorResultInner.connectionMonitorType()Get the connectionMonitorType property: Type of connection monitor.ConnectionMonitorResultProperties.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 ConnectionMonitorTypeModifier and TypeFieldDescriptionstatic final ConnectionMonitorTypeConnectionMonitorType.MULTI_ENDPOINTStatic value MultiEndpoint for ConnectionMonitorType.static final ConnectionMonitorTypeConnectionMonitorType.SINGLE_SOURCE_DESTINATIONStatic value SingleSourceDestination for ConnectionMonitorType.Methods in com.azure.resourcemanager.network.models that return ConnectionMonitorTypeModifier and TypeMethodDescriptionstatic 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 ConnectionMonitorTypeModifier and TypeMethodDescriptionstatic Collection<ConnectionMonitorType>ConnectionMonitorType.values()Gets known ConnectionMonitorType values.