| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static Direction |
Direction.INBOUND
Static value Inbound for Direction.
|
static Direction |
Direction.OUTBOUND
Static value Outbound for Direction.
|
| Modifier and Type | Method and Description |
|---|---|
Direction |
NetworkConfigurationDiagnosticProfile.direction()
Get the direction property: The direction of the traffic.
|
Direction |
VerificationIpFlowParameters.direction()
Get the direction property: 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.
|
| Modifier and Type | Method and Description |
|---|---|
VerificationIPFlow.DefinitionStages.WithProtocol |
VerificationIPFlow.DefinitionStages.WithDirection.withDirection(Direction direction)
Set the direction value.
|
NetworkConfigurationDiagnosticProfile |
NetworkConfigurationDiagnosticProfile.withDirection(Direction direction)
Set the direction property: The direction of the traffic.
|
VerificationIpFlowParameters |
VerificationIpFlowParameters.withDirection(Direction direction)
Set the direction property: The direction of the packet represented as a 5-tuple.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.