@Beta(value=V1_4_0) public interface ExpressRouteCircuitPeering extends com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChild<com.microsoft.azure.management.network.implementation.NetworkManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitPeeringInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<ExpressRouteCircuitPeering>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<ExpressRouteCircuitPeering.Update>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ExpressRouteCircuitPeering.Definition
The entirety of the express route circuit peering definition.
|
static interface |
ExpressRouteCircuitPeering.DefinitionStages
Grouping of express route circuit peering definition stages.
|
static interface |
ExpressRouteCircuitPeering.Update
Grouping of express route circuit peering update stages.
|
static interface |
ExpressRouteCircuitPeering.UpdateStages
The template for express route circuit peering update operation, containing all the settings that
can be modified.
|
| Modifier and Type | Method and Description |
|---|---|
int |
azureAsn() |
Ipv6ExpressRouteCircuitPeeringConfig |
ipv6PeeringConfig() |
String |
lastModifiedBy() |
ExpressRouteCircuitPeeringConfig |
microsoftPeeringConfig() |
long |
peerAsn() |
ExpressRoutePeeringType |
peeringType() |
String |
primaryAzurePort() |
String |
primaryPeerAddressPrefix() |
String |
provisioningState()
Gets the provisioning state of the resource.
|
String |
secondaryAzurePort() |
String |
secondaryPeerAddressPrefix() |
String |
sharedKey() |
ExpressRoutePeeringState |
state()
Gets the state of peering.
|
ExpressRouteCircuitStats |
stats() |
int |
vlanId() |
nameidkeyresourceGroupNamemanagerinnerExpressRoutePeeringType peeringType()
ExpressRoutePeeringState state()
int azureAsn()
long peerAsn()
String primaryPeerAddressPrefix()
String secondaryPeerAddressPrefix()
String primaryAzurePort()
String secondaryAzurePort()
String sharedKey()
int vlanId()
ExpressRouteCircuitPeeringConfig microsoftPeeringConfig()
ExpressRouteCircuitStats stats()
String provisioningState()
String lastModifiedBy()
Ipv6ExpressRouteCircuitPeeringConfig ipv6PeeringConfig()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/