GetNetworkManagerCrossTenantScope

data class GetNetworkManagerCrossTenantScope(val managementGroups: List<String>, val subscriptions: List<String>, val tenantId: String)

Constructors

Link copied to clipboard
constructor(managementGroups: List<String>, subscriptions: List<String>, tenantId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of management groups used as cross tenant scope for the Network Manager.

Link copied to clipboard

A list of subscriptions used as cross tenant scope for the Network Manager.

Link copied to clipboard

The tenant ID of the cross tenant scope.