Uses of Class
com.azure.resourcemanager.network.models.Direction
-
Packages that use Direction Package Description com.azure.resourcemanager.network.models 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 Direction Modifier and Type Field Description static DirectionDirection. INBOUNDStatic value Inbound for Direction.static DirectionDirection. OUTBOUNDStatic value Outbound for Direction.Methods in com.azure.resourcemanager.network.models that return Direction Modifier and Type Method Description DirectionNetworkConfigurationDiagnosticProfile. direction()Get the direction property: The direction of the traffic.DirectionVerificationIpFlowParameters. 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 Direction Modifier and Type Method Description static Collection<Direction>Direction. values()Methods in com.azure.resourcemanager.network.models with parameters of type Direction Modifier and Type Method Description NetworkConfigurationDiagnosticProfileNetworkConfigurationDiagnosticProfile. withDirection(Direction direction)Set the direction property: The direction of the traffic.VerificationIPFlow.DefinitionStages.WithProtocolVerificationIPFlow.DefinitionStages.WithDirection. withDirection(Direction direction)Set the direction value.VerificationIpFlowParametersVerificationIpFlowParameters. withDirection(Direction direction)Set the direction property: The direction of the packet represented as a 5-tuple.
-