ExpressRouteProviderPort interface
ExpressRouteProviderPort resource.
Properties
| etag | A unique read-only string that changes whenever the resource is updated. |
| overprovision |
Overprovisioning factor for the port pair. |
| peering |
The peering location of the port pair. |
| port |
Bandwidth of the port in Mbps |
| port |
The name of the port pair. |
| primary |
The name of the primary port. |
| remaining |
Remaining Bandwidth of the port in Mbps |
| secondary |
The name of the secondary port. |
| used |
Used Bandwidth of the port in Mbps |
Inherited Properties
| id | Resource ID. |
| location | Resource location. |
| name | Resource name. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
overprovisionFactor
Overprovisioning factor for the port pair.
overprovisionFactor?: number
Property Value
number
peeringLocation
The peering location of the port pair.
peeringLocation?: string
Property Value
string
portBandwidthInMbps
Bandwidth of the port in Mbps
portBandwidthInMbps?: number
Property Value
number
portPairDescriptor
The name of the port pair.
portPairDescriptor?: string
Property Value
string
primaryAzurePort
The name of the primary port.
primaryAzurePort?: string
Property Value
string
remainingBandwidthInMbps
Remaining Bandwidth of the port in Mbps
remainingBandwidthInMbps?: number
Property Value
number
secondaryAzurePort
The name of the secondary port.
secondaryAzurePort?: string
Property Value
string
usedBandwidthInMbps
Used Bandwidth of the port in Mbps
usedBandwidthInMbps?: number
Property Value
number
Inherited Property Details
id
Resource ID.
id?: string
Property Value
string
Inherited From TrackedResourceWithOptionalLocation.id
location
Resource location.
location?: string
Property Value
string
Inherited From TrackedResourceWithOptionalLocation.location
name
Resource name.
name?: string
Property Value
string
Inherited From TrackedResourceWithOptionalLocation.name
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From TrackedResourceWithOptionalLocation.tags
type
Resource type.
type?: string
Property Value
string
Inherited From TrackedResourceWithOptionalLocation.type