public final class ExpressRoutePeeringType extends com.microsoft.rest.ExpandableStringEnum<ExpressRoutePeeringType>
| Modifier and Type | Field and Description |
|---|---|
static ExpressRoutePeeringType |
AZURE_PRIVATE_PEERING
Static value AzurePrivatePeering for ExpressRoutePeeringType.
|
static ExpressRoutePeeringType |
AZURE_PUBLIC_PEERING
Static value AzurePublicPeering for ExpressRoutePeeringType.
|
static ExpressRoutePeeringType |
MICROSOFT_PEERING
Static value MicrosoftPeering for ExpressRoutePeeringType.
|
| Constructor and Description |
|---|
ExpressRoutePeeringType() |
| Modifier and Type | Method and Description |
|---|---|
static ExpressRoutePeeringType |
fromString(String name)
Creates or finds a ExpressRoutePeeringType from its string representation.
|
static Collection<ExpressRoutePeeringType> |
values() |
public static final ExpressRoutePeeringType AZURE_PUBLIC_PEERING
public static final ExpressRoutePeeringType AZURE_PRIVATE_PEERING
public static final ExpressRoutePeeringType MICROSOFT_PEERING
public static ExpressRoutePeeringType fromString(String name)
name - a name to look forpublic static Collection<ExpressRoutePeeringType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/