Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes 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 |
VerificationIPFlowParameters.direction()
Get the direction value.
|
static Direction |
Direction.fromString(String name)
Creates or finds a Direction from its string representation.
|
Modifier and Type | Method and Description |
---|---|
static Collection<Direction> |
Direction.values() |
Modifier and Type | Method and Description |
---|---|
VerificationIPFlow.DefinitionStages.WithProtocol |
VerificationIPFlow.DefinitionStages.WithDirection.withDirection(Direction direction)
Set the direction value.
|
VerificationIPFlowParameters |
VerificationIPFlowParameters.withDirection(Direction direction)
Set the direction value.
|
Copyright © 2019. All rights reserved.