ExpressRoutePort interface
ExpressRoutePort resource definition.
- Extends
Properties
| allocation |
Date of the physical port allocation to be used in Letter of Authorization. |
| bandwidth |
Bandwidth of procured ports in Gbps. |
| billing |
The billing type of the ExpressRoutePort resource. |
| circuits | Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort resource. |
| encapsulation | Encapsulation method on physical ports. |
| etag | A unique read-only string that changes whenever the resource is updated. |
| ether |
Ether type of the physical port. |
| identity | The identity of ExpressRoutePort, if configured. |
| links | The set of physical links of the ExpressRoutePort resource. |
| mtu | Maximum transmission unit of the physical port pair(s). |
| peering |
The name of the peering location that the ExpressRoutePort is mapped to physically. |
| provisioned |
Aggregate Gbps of associated circuit bandwidths. |
| provisioning |
The provisioning state of the express route port resource. |
| resource |
The resource GUID property of the express route port resource. |
Inherited Properties
| id | Resource ID. |
| location | Resource location. |
| name | Resource name. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
allocationDate
Date of the physical port allocation to be used in Letter of Authorization.
allocationDate?: string
Property Value
string
bandwidthInGbps
Bandwidth of procured ports in Gbps.
bandwidthInGbps?: number
Property Value
number
billingType
The billing type of the ExpressRoutePort resource.
billingType?: string
Property Value
string
circuits
Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort resource.
circuits?: SubResource[]
Property Value
encapsulation
Encapsulation method on physical ports.
encapsulation?: string
Property Value
string
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
etherType
Ether type of the physical port.
etherType?: string
Property Value
string
identity
The identity of ExpressRoutePort, if configured.
identity?: ManagedServiceIdentity
Property Value
links
The set of physical links of the ExpressRoutePort resource.
links?: ExpressRouteLink[]
Property Value
mtu
Maximum transmission unit of the physical port pair(s).
mtu?: string
Property Value
string
peeringLocation
The name of the peering location that the ExpressRoutePort is mapped to physically.
peeringLocation?: string
Property Value
string
provisionedBandwidthInGbps
Aggregate Gbps of associated circuit bandwidths.
provisionedBandwidthInGbps?: number
Property Value
number
provisioningState
The provisioning state of the express route port resource.
provisioningState?: string
Property Value
string
resourceGuid
The resource GUID property of the express route port resource.
resourceGuid?: string
Property Value
string
Inherited Property Details
id
location
name
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From Resource.tags