Get Peering Result
data class GetPeeringResult(val direct: PeeringPropertiesDirectResponse? = null, val exchange: PeeringPropertiesExchangeResponse? = null, val id: String, val kind: String, val location: String, val name: String, val peeringLocation: String? = null, val provisioningState: String, val sku: PeeringSkuResponse, val tags: Map<String, String>? = null, val type: String)
Peering is a logical representation of a set of connections to the Microsoft Cloud Edge at a location.
Constructors
Link copied to clipboard
fun GetPeeringResult(direct: PeeringPropertiesDirectResponse? = null, exchange: PeeringPropertiesExchangeResponse? = null, id: String, kind: String, location: String, name: String, peeringLocation: String? = null, provisioningState: String, sku: PeeringSkuResponse, tags: Map<String, String>? = null, type: String)