GetPeeringResult

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)

Types

Link copied to clipboard
object Companion

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
val id: String

The ID of the resource.

Link copied to clipboard

The kind of the peering.

Link copied to clipboard

The location of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard
val peeringLocation: String? = null

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.

Link copied to clipboard
val tags: Map<String, String>? = null

The resource tags.

Link copied to clipboard

The type of the resource.