Uses of Class
com.microsoft.azure.management.network.Direction
Packages that use Direction
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of Direction in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as DirectionModifier and TypeFieldDescriptionstatic final Direction
Direction.INBOUND
Static value Inbound for Direction.static final Direction
Direction.OUTBOUND
Static value Outbound for Direction.Methods in com.microsoft.azure.management.network that return DirectionModifier and TypeMethodDescriptionNetworkConfigurationDiagnosticProfile.direction()
Get the direction of the traffic.VerificationIPFlowParameters.direction()
Get the direction of the packet represented as a 5-tuple.static Direction
Direction.fromString
(String name) Creates or finds a Direction from its string representation.Methods in com.microsoft.azure.management.network that return types with arguments of type DirectionMethods in com.microsoft.azure.management.network with parameters of type DirectionModifier and TypeMethodDescriptionNetworkConfigurationDiagnosticProfile.withDirection
(Direction direction) Set the direction of the traffic.VerificationIPFlow.DefinitionStages.WithDirection.withDirection
(Direction direction) Set the direction value.VerificationIPFlowParameters.withDirection
(Direction direction) Set the direction of the packet represented as a 5-tuple.