@Beta(value=V1_4_0) public interface ExpressRouteCircuitPeering extends IndependentChild<com.microsoft.azure.management.network.implementation.NetworkManager>, HasInner<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitPeeringInner>, Refreshable<ExpressRouteCircuitPeering>, 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() |
name
id
key
resourceGroupName
manager
inner
refresh, refreshAsync
ExpressRoutePeeringType 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 © 2019. All rights reserved.