Uses of Class
com.azure.resourcemanager.network.models.DestinationPortBehavior
-
Packages that use DestinationPortBehavior Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of DestinationPortBehavior in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as DestinationPortBehavior Modifier and Type Field Description static DestinationPortBehaviorDestinationPortBehavior. LISTEN_IF_AVAILABLEStatic value ListenIfAvailable for DestinationPortBehavior.static DestinationPortBehaviorDestinationPortBehavior. NONEStatic value None for DestinationPortBehavior.Methods in com.azure.resourcemanager.network.models that return DestinationPortBehavior Modifier and Type Method Description DestinationPortBehaviorConnectionMonitorTcpConfiguration. destinationPortBehavior()Get the destinationPortBehavior property: Destination port behavior.static DestinationPortBehaviorDestinationPortBehavior. fromString(String name)Creates or finds a DestinationPortBehavior from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type DestinationPortBehavior Modifier and Type Method Description static Collection<DestinationPortBehavior>DestinationPortBehavior. values()Methods in com.azure.resourcemanager.network.models with parameters of type DestinationPortBehavior Modifier and Type Method Description ConnectionMonitorTcpConfigurationConnectionMonitorTcpConfiguration. withDestinationPortBehavior(DestinationPortBehavior destinationPortBehavior)Set the destinationPortBehavior property: Destination port behavior.
-