ExpressRouteCrossConnectionPeeringProperties interface
Properties of express route cross connection peering.
Properties
| gateway |
The GatewayManager Etag. |
| ipv6Peering |
The IPv6 peering configuration. |
| microsoft |
The Microsoft peering configuration. |
| peerASN | The peer ASN. |
| peering |
The peering type. |
| primary |
The primary address prefix. |
| secondary |
The secondary address prefix. |
| shared |
The shared key. |
| state | The peering state. |
| vlan |
The VLAN ID. |
Property Details
gatewayManagerEtag
The GatewayManager Etag.
gatewayManagerEtag?: string
Property Value
string
ipv6PeeringConfig
The IPv6 peering configuration.
ipv6PeeringConfig?: Ipv6ExpressRouteCircuitPeeringConfig
Property Value
microsoftPeeringConfig
The Microsoft peering configuration.
microsoftPeeringConfig?: ExpressRouteCircuitPeeringConfig
Property Value
peerASN
The peer ASN.
peerASN?: number
Property Value
number
peeringType
The peering type.
peeringType?: "AzurePublicPeering" | "AzurePrivatePeering" | "MicrosoftPeering"
Property Value
"AzurePublicPeering" | "AzurePrivatePeering" | "MicrosoftPeering"
primaryPeerAddressPrefix
The primary address prefix.
primaryPeerAddressPrefix?: string
Property Value
string
secondaryPeerAddressPrefix
The secondary address prefix.
secondaryPeerAddressPrefix?: string
Property Value
string
sharedKey
The shared key.
sharedKey?: string
Property Value
string
state
The peering state.
state?: "Enabled" | "Disabled"
Property Value
"Enabled" | "Disabled"
vlanId
The VLAN ID.
vlanId?: number
Property Value
number