Get Peering Service Result
data class GetPeeringServiceResult(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
fun GetPeeringServiceResult(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)