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