| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static DestinationPortBehavior |
DestinationPortBehavior.LISTEN_IF_AVAILABLE
Static value ListenIfAvailable for DestinationPortBehavior.
|
static DestinationPortBehavior |
DestinationPortBehavior.NONE
Static value None for DestinationPortBehavior.
|
| Modifier and Type | Method and Description |
|---|---|
DestinationPortBehavior |
ConnectionMonitorTcpConfiguration.destinationPortBehavior()
Get the destinationPortBehavior property: Destination port behavior.
|
static DestinationPortBehavior |
DestinationPortBehavior.fromString(String name)
Creates or finds a DestinationPortBehavior from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorTcpConfiguration |
ConnectionMonitorTcpConfiguration.withDestinationPortBehavior(DestinationPortBehavior destinationPortBehavior)
Set the destinationPortBehavior property: Destination port behavior.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.