Uses of Class
com.azure.resourcemanager.network.models.Direction
Packages that use Direction
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of Direction in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as DirectionModifier and TypeFieldDescriptionstatic final DirectionDirection.INBOUNDStatic value Inbound for Direction.static final DirectionDirection.OUTBOUNDStatic value Outbound for Direction.Methods in com.azure.resourcemanager.network.models that return DirectionModifier and TypeMethodDescriptionNetworkConfigurationDiagnosticProfile.direction()Get the direction property: The direction of the traffic.VerificationIpFlowParameters.direction()Get the direction property: 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.azure.resourcemanager.network.models that return types with arguments of type DirectionModifier and TypeMethodDescriptionstatic Collection<Direction> Direction.values()Gets known Direction values.Methods in com.azure.resourcemanager.network.models with parameters of type DirectionModifier and TypeMethodDescriptionNetworkConfigurationDiagnosticProfile.withDirection(Direction direction) Set the direction property: The direction of the traffic.VerificationIPFlow.DefinitionStages.WithDirection.withDirection(Direction direction) Set the direction value.VerificationIpFlowParameters.withDirection(Direction direction) Set the direction property: The direction of the packet represented as a 5-tuple.