ExpressRouteCrossConnectionProperties interface
Properties of ExpressRouteCrossConnection.
Properties
| express |
The ExpressRouteCircuit. |
| peerings | The list of peerings. |
| service |
Additional read only notes set by the connectivity provider. |
| service |
The provisioning state of the circuit in the connectivity provider system. |
Property Details
expressRouteCircuit
The ExpressRouteCircuit.
expressRouteCircuit?: ExpressRouteCircuitReference
Property Value
peerings
The list of peerings.
peerings?: ExpressRouteCrossConnectionPeering[]
Property Value
serviceProviderNotes
Additional read only notes set by the connectivity provider.
serviceProviderNotes?: string
Property Value
string
serviceProviderProvisioningState
The provisioning state of the circuit in the connectivity provider system.
serviceProviderProvisioningState?: "Provisioning" | "Provisioned" | "Deprovisioning" | "NotProvisioned"
Property Value
"Provisioning" | "Provisioned" | "Deprovisioning" | "NotProvisioned"