ExpressRoutePortPropertiesFormat interface
Properties specific to ExpressRoutePort resources.
Properties
| bandwidth |
Bandwidth of procured ports in Gbps. |
| billing |
The billing type of the ExpressRoutePort resource. |
| encapsulation | Encapsulation method on physical ports. |
| links | The set of physical links of the ExpressRoutePort resource. |
| peering |
The name of the peering location that the ExpressRoutePort is mapped to physically. |
Property Details
bandwidthInGbps
Bandwidth of procured ports in Gbps.
bandwidthInGbps?: number
Property Value
number
billingType
The billing type of the ExpressRoutePort resource.
billingType?: "UnlimitedData" | "MeteredData"
Property Value
"UnlimitedData" | "MeteredData"
encapsulation
Encapsulation method on physical ports.
encapsulation?: "Dot1Q" | "QinQ"
Property Value
"Dot1Q" | "QinQ"
links
The set of physical links of the ExpressRoutePort resource.
links?: ExpressRouteLink[]
Property Value
peeringLocation
The name of the peering location that the ExpressRoutePort is mapped to physically.
peeringLocation?: string
Property Value
string