ScopeResponse

data class ScopeResponse(val managementGroups: List<ResourceIdResponse>? = null, val subnets: List<ResourceIdResponse>? = null, val subscriptions: List<ResourceIdResponse>? = null, val virtualNetworks: List<ResourceIdResponse>? = null)

Scope of a Managed Network

Constructors

Link copied to clipboard
constructor(managementGroups: List<ResourceIdResponse>? = null, subnets: List<ResourceIdResponse>? = null, subscriptions: List<ResourceIdResponse>? = null, virtualNetworks: List<ResourceIdResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The collection of management groups covered by the Managed Network

Link copied to clipboard

The collection of subnets covered by the Managed Network

Link copied to clipboard

The collection of subscriptions covered by the Managed Network

Link copied to clipboard

The collection of virtual nets covered by the Managed Network