Get Express Route Port Result
data class GetExpressRoutePortResult(val allocationDate: String, val bandwidthInGbps: Int? = 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
fun GetExpressRoutePortResult(allocationDate: String, bandwidthInGbps: Int? = 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)