@Beta(value=V1_11_0) public interface ExpressRouteCrossConnectionPeering 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.ExpressRouteCrossConnectionPeeringInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<ExpressRouteCrossConnectionPeering>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<ExpressRouteCrossConnectionPeering.Update>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ExpressRouteCrossConnectionPeering.Definition
The entirety of the express route Cross Connection peering definition.
|
static interface |
ExpressRouteCrossConnectionPeering.DefinitionStages
Grouping of express route Cross Connection peering definition stages.
|
static interface |
ExpressRouteCrossConnectionPeering.Update
Grouping of express route cross connection peering update stages.
|
static interface |
ExpressRouteCrossConnectionPeering.UpdateStages
The template for express route Cross Connection peering update operation, containing all the settings that
can be modified.
|
| Modifier and Type | Method and Description |
|---|---|
int |
azureASN() |
String |
gatewayManagerEtag() |
Ipv6ExpressRouteCircuitPeeringConfig |
ipv6PeeringConfig() |
String |
lastModifiedBy() |
ExpressRouteCircuitPeeringConfig |
microsoftPeeringConfig() |
long |
peerASN() |
ExpressRoutePeeringType |
peeringType() |
String |
primaryAzurePort() |
String |
primaryPeerAddressPrefix() |
String |
provisioningState() |
String |
secondaryAzurePort() |
String |
secondaryPeerAddressPrefix() |
String |
sharedKey() |
ExpressRoutePeeringState |
state() |
int |
vlanId() |
nameidkeyresourceGroupNamemanagerinnerExpressRoutePeeringType peeringType()
ExpressRoutePeeringState state()
int azureASN()
long peerASN()
String primaryPeerAddressPrefix()
String secondaryPeerAddressPrefix()
String primaryAzurePort()
String secondaryAzurePort()
String sharedKey()
int vlanId()
ExpressRouteCircuitPeeringConfig microsoftPeeringConfig()
String provisioningState()
String gatewayManagerEtag()
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.
*/