public final class OutboundType extends com.microsoft.rest.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 forpublic static Collection<OutboundType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/