DestinationPortBehavior Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. DestinationPortBehavior
- com.
- com.
public final class DestinationPortBehavior
extends ExpandableStringEnum<DestinationPortBehavior>
Destination port behavior.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Destination |
LISTEN_IF_AVAILABLE
Static value Listen |
static final
Destination |
NONE
Static value None for Destination |
Constructor Summary
Constructor | Description |
---|---|
DestinationPortBehavior() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Destination |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Destination |
fromString(String name)
Creates or finds a Destination |
static
Collection<Destination |
values()
Gets known Destination |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
LISTEN_IF_AVAILABLE
public static final DestinationPortBehavior LISTEN_IF_AVAILABLE
Static value ListenIfAvailable for DestinationPortBehavior.
NONE
public static final DestinationPortBehavior NONE
Static value None for DestinationPortBehavior.
Constructor Details
DestinationPortBehavior
@Deprecated
public DestinationPortBehavior()
Deprecated
Creates a new instance of DestinationPortBehavior value.
Method Details
fromString
public static DestinationPortBehavior fromString(String name)
Creates or finds a DestinationPortBehavior from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known DestinationPortBehavior values.
Returns:
Applies to
Azure SDK for Java