ExpressRouteCircuit interface
ExpressRouteCircuit resource.
- Extends
Properties
| allow |
Allow classic operations. |
| authorization |
The authorizationKey. |
| authorizations | The list of authorizations. |
| authorization |
The authorization status of the Circuit. |
| bandwidth |
The bandwidth of the circuit when the circuit is provisioned on an ExpressRoutePort resource. |
| circuit |
The CircuitProvisioningState state of the resource. |
| enable |
Flag denoting rate-limiting status of the ExpressRoute direct-port circuit. |
| etag | A unique read-only string that changes whenever the resource is updated. |
| express |
The reference to the ExpressRoutePort resource when the circuit is provisioned on an ExpressRoutePort resource. |
| gateway |
The GatewayManager Etag. |
| global |
Flag denoting global reach status. |
| peerings | The list of peerings. |
| provisioning |
The provisioning state of the express route circuit resource. |
| service |
The ServiceKey. |
| service |
The ServiceProviderNotes. |
| service |
The ServiceProviderProperties. |
| service |
The ServiceProviderProvisioningState state of the resource. |
| sku | The SKU. |
| stag | The identifier of the circuit traffic. Outer tag for QinQ encapsulation. |
Inherited Properties
| id | Resource ID. |
| location | Resource location. |
| name | Resource name. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
allowClassicOperations
Allow classic operations.
allowClassicOperations?: boolean
Property Value
boolean
authorizationKey
The authorizationKey.
authorizationKey?: string
Property Value
string
authorizations
The list of authorizations.
authorizations?: ExpressRouteCircuitAuthorization[]
Property Value
authorizationStatus
The authorization status of the Circuit.
authorizationStatus?: string
Property Value
string
bandwidthInGbps
The bandwidth of the circuit when the circuit is provisioned on an ExpressRoutePort resource.
bandwidthInGbps?: number
Property Value
number
circuitProvisioningState
The CircuitProvisioningState state of the resource.
circuitProvisioningState?: string
Property Value
string
enableDirectPortRateLimit
Flag denoting rate-limiting status of the ExpressRoute direct-port circuit.
enableDirectPortRateLimit?: boolean
Property Value
boolean
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
expressRoutePort
The reference to the ExpressRoutePort resource when the circuit is provisioned on an ExpressRoutePort resource.
expressRoutePort?: SubResource
Property Value
gatewayManagerEtag
The GatewayManager Etag.
gatewayManagerEtag?: string
Property Value
string
globalReachEnabled
Flag denoting global reach status.
globalReachEnabled?: boolean
Property Value
boolean
peerings
The list of peerings.
peerings?: ExpressRouteCircuitPeering[]
Property Value
provisioningState
The provisioning state of the express route circuit resource.
provisioningState?: string
Property Value
string
serviceKey
The ServiceKey.
serviceKey?: string
Property Value
string
serviceProviderNotes
The ServiceProviderNotes.
serviceProviderNotes?: string
Property Value
string
serviceProviderProperties
The ServiceProviderProperties.
serviceProviderProperties?: ExpressRouteCircuitServiceProviderProperties
Property Value
serviceProviderProvisioningState
The ServiceProviderProvisioningState state of the resource.
serviceProviderProvisioningState?: string
Property Value
string
sku
stag
The identifier of the circuit traffic. Outer tag for QinQ encapsulation.
stag?: number
Property Value
number
Inherited Property Details
id
location
name
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From Resource.tags