| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRoutePeeringType |
ExpressRouteCrossConnectionPeeringInner.peeringType()
Get the peeringType property: The peering type.
|
ExpressRoutePeeringType |
ExpressRouteCircuitPeeringInner.peeringType()
Get the peeringType property: The peering type.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteCrossConnectionPeeringInner |
ExpressRouteCrossConnectionPeeringInner.withPeeringType(ExpressRoutePeeringType peeringType)
Set the peeringType property: The peering type.
|
ExpressRouteCircuitPeeringInner |
ExpressRouteCircuitPeeringInner.withPeeringType(ExpressRoutePeeringType peeringType)
Set the peeringType property: The peering type.
|
| Modifier and Type | Field and Description |
|---|---|
static ExpressRoutePeeringType |
ExpressRoutePeeringType.AZURE_PRIVATE_PEERING
Static value AzurePrivatePeering for ExpressRoutePeeringType.
|
static ExpressRoutePeeringType |
ExpressRoutePeeringType.AZURE_PUBLIC_PEERING
Static value AzurePublicPeering for ExpressRoutePeeringType.
|
static ExpressRoutePeeringType |
ExpressRoutePeeringType.MICROSOFT_PEERING
Static value MicrosoftPeering for ExpressRoutePeeringType.
|
| Modifier and Type | Method and Description |
|---|---|
static ExpressRoutePeeringType |
ExpressRoutePeeringType.fromString(String name)
Creates or finds a ExpressRoutePeeringType from its string representation.
|
ExpressRoutePeeringType |
ExpressRouteCrossConnectionPeering.peeringType() |
ExpressRoutePeeringType |
ExpressRouteCircuitPeering.peeringType() |
Copyright © 2021 Microsoft Corporation. All rights reserved.