Uses of Class
com.azure.resourcemanager.network.models.DestinationPortBehavior
Packages that use DestinationPortBehavior
Package
Description
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 DestinationPortBehaviorModifier and TypeFieldDescriptionstatic final DestinationPortBehaviorDestinationPortBehavior.LISTEN_IF_AVAILABLEStatic value ListenIfAvailable for DestinationPortBehavior.static final DestinationPortBehaviorDestinationPortBehavior.NONEStatic value None for DestinationPortBehavior.Methods in com.azure.resourcemanager.network.models that return DestinationPortBehaviorModifier and TypeMethodDescriptionConnectionMonitorTcpConfiguration.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 DestinationPortBehaviorModifier and TypeMethodDescriptionstatic Collection<DestinationPortBehavior> DestinationPortBehavior.values()Gets known DestinationPortBehavior values.Methods in com.azure.resourcemanager.network.models with parameters of type DestinationPortBehaviorModifier and TypeMethodDescriptionConnectionMonitorTcpConfiguration.withDestinationPortBehavior(DestinationPortBehavior destinationPortBehavior) Set the destinationPortBehavior property: Destination port behavior.