Get Express Route Port Result
data class GetExpressRoutePortResult(val allocationDate: String, val azureApiVersion: String, val bandwidthInGbps: Int? = null, val billingType: String? = null, val circuits: List<SubResourceResponse>, val encapsulation: String? = null, val etag: String, val etherType: String, val id: String? = null, val identity: ManagedServiceIdentityResponse? = null, val links: List<ExpressRouteLinkResponse>? = null, val location: String? = null, val mtu: String, val name: String, val peeringLocation: String? = null, val provisionedBandwidthInGbps: Double, val provisioningState: String, val resourceGuid: String, val tags: Map<String, String>? = null, val type: String)
ExpressRoutePort resource definition.
Constructors
Link copied to clipboard
constructor(allocationDate: String, azureApiVersion: String, bandwidthInGbps: Int? = null, billingType: String? = null, circuits: List<SubResourceResponse>, encapsulation: String? = null, etag: String, etherType: String, id: String? = null, identity: ManagedServiceIdentityResponse? = null, links: List<ExpressRouteLinkResponse>? = null, location: String? = null, mtu: String, name: String, peeringLocation: String? = null, provisionedBandwidthInGbps: Double, provisioningState: String, resourceGuid: String, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
Date of the physical port allocation to be used in Letter of Authorization.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Bandwidth of procured ports in Gbps.
Link copied to clipboard
The billing type of the ExpressRoutePort resource.
Link copied to clipboard
Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort resource.
Link copied to clipboard
Encapsulation method on physical ports.
Link copied to clipboard
The identity of ExpressRoutePort, if configured.
Link copied to clipboard
The set of physical links of the ExpressRoutePort resource.
Link copied to clipboard
The name of the peering location that the ExpressRoutePort is mapped to physically.
Link copied to clipboard
Aggregate Gbps of associated circuit bandwidths.
Link copied to clipboard
The provisioning state of the express route port resource.
Link copied to clipboard
The resource GUID property of the express route port resource.