ExpressRouteCircuitPeeringPropertiesFormatOutput interface
Properties of the express route circuit peering.
Properties
| azureASN | The Azure ASN. |
| connections | The list of circuit connections associated with Azure Private Peering for this circuit. |
| express |
The ExpressRoute connection. |
| gateway |
The GatewayManager Etag. |
| ipv6Peering |
The IPv6 peering configuration. |
| last |
Who was the last to modify the peering. |
| microsoft |
The Microsoft peering configuration. |
| peerASN | The peer ASN. |
| peered |
The list of peered circuit connections associated with Azure Private Peering for this circuit. |
| peering |
The peering type. |
| primary |
The primary port. |
| primary |
The primary address prefix. |
| provisioning |
The provisioning state of the express route circuit peering resource. |
| route |
The reference to the RouteFilter resource. |
| secondary |
The secondary port. |
| secondary |
The secondary address prefix. |
| shared |
The shared key. |
| state | The peering state. |
| stats | The peering stats of express route circuit. |
| vlan |
The VLAN ID. |
Property Details
azureASN
The Azure ASN.
azureASN?: number
Property Value
number
connections
The list of circuit connections associated with Azure Private Peering for this circuit.
connections?: ExpressRouteCircuitConnectionOutput[]
Property Value
expressRouteConnection
The ExpressRoute connection.
expressRouteConnection?: ExpressRouteConnectionIdOutput
Property Value
gatewayManagerEtag
The GatewayManager Etag.
gatewayManagerEtag?: string
Property Value
string
ipv6PeeringConfig
The IPv6 peering configuration.
ipv6PeeringConfig?: Ipv6ExpressRouteCircuitPeeringConfigOutput
Property Value
lastModifiedBy
Who was the last to modify the peering.
lastModifiedBy?: string
Property Value
string
microsoftPeeringConfig
The Microsoft peering configuration.
microsoftPeeringConfig?: ExpressRouteCircuitPeeringConfigOutput
Property Value
peerASN
The peer ASN.
peerASN?: number
Property Value
number
peeredConnections
The list of peered circuit connections associated with Azure Private Peering for this circuit.
peeredConnections?: PeerExpressRouteCircuitConnectionOutput[]
Property Value
peeringType
The peering type.
peeringType?: "AzurePublicPeering" | "AzurePrivatePeering" | "MicrosoftPeering"
Property Value
"AzurePublicPeering" | "AzurePrivatePeering" | "MicrosoftPeering"
primaryAzurePort
The primary port.
primaryAzurePort?: string
Property Value
string
primaryPeerAddressPrefix
The primary address prefix.
primaryPeerAddressPrefix?: string
Property Value
string
provisioningState
The provisioning state of the express route circuit peering resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
routeFilter
The reference to the RouteFilter resource.
routeFilter?: SubResourceOutput
Property Value
secondaryAzurePort
The secondary port.
secondaryAzurePort?: 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"
stats
The peering stats of express route circuit.
stats?: ExpressRouteCircuitStatsOutput
Property Value
vlanId
The VLAN ID.
vlanId?: number
Property Value
number