GetPeeringServiceResult

data class GetPeeringServiceResult(val azureApiVersion: String, val id: String, val location: String, val logAnalyticsWorkspaceProperties: LogAnalyticsWorkspacePropertiesResponse? = null, val name: String, val peeringServiceLocation: String? = null, val peeringServiceProvider: String? = null, val providerBackupPeeringLocation: String? = null, val providerPrimaryPeeringLocation: String? = null, val provisioningState: String, val sku: PeeringServiceSkuResponse? = null, val tags: Map<String, String>? = null, val type: String)

Peering Service

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, location: String, logAnalyticsWorkspaceProperties: LogAnalyticsWorkspacePropertiesResponse? = null, name: String, peeringServiceLocation: String? = null, peeringServiceProvider: String? = null, providerBackupPeeringLocation: String? = null, providerPrimaryPeeringLocation: String? = null, provisioningState: String, sku: PeeringServiceSkuResponse? = null, 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
val id: String

The ID of the resource.

Link copied to clipboard

The location of the resource.

Link copied to clipboard

The Log Analytics Workspace Properties

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The location (state/province) of the customer.

Link copied to clipboard

The name of the service provider.

Link copied to clipboard

The backup peering (Microsoft/service provider) location to be used for customer traffic.

Link copied to clipboard

The primary peering (Microsoft/service provider) location to be used for customer traffic.

Link copied to clipboard

The provisioning state of the resource.

Link copied to clipboard

The SKU that defines the type of the peering service.

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

The resource tags.

Link copied to clipboard

The type of the resource.