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 DirectionDirection.INBOUNDStatic value Inbound for Direction.static final DirectionDirection.OUTBOUNDStatic 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 DirectionDirection.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.