public final class DestinationPortBehavior extends com.azure.core.util.ExpandableStringEnum<DestinationPortBehavior>
| Modifier and Type | Field and Description |
|---|---|
static DestinationPortBehavior |
LISTEN_IF_AVAILABLE
Static value ListenIfAvailable for DestinationPortBehavior.
|
static DestinationPortBehavior |
NONE
Static value None for DestinationPortBehavior.
|
| Constructor and Description |
|---|
DestinationPortBehavior() |
| Modifier and Type | Method and Description |
|---|---|
static DestinationPortBehavior |
fromString(String name)
Creates or finds a DestinationPortBehavior from its string representation.
|
static Collection<DestinationPortBehavior> |
values() |
public static final DestinationPortBehavior NONE
public static final DestinationPortBehavior LISTEN_IF_AVAILABLE
public static DestinationPortBehavior fromString(String name)
name - a name to look for.public static Collection<DestinationPortBehavior> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.