Get Peering Result
data class GetPeeringResult(val azureApiVersion: String, 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
constructor(azureApiVersion: String, 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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The properties that define a direct peering.
Link copied to clipboard
The properties that define an exchange peering.
Link copied to clipboard
The location of the peering.
Link copied to clipboard
The provisioning state of the resource.
Link copied to clipboard
The SKU that defines the tier and kind of the peering.