ScopeArgs

data class ScopeArgs(val managementGroups: Output<List<ResourceIdArgs>>? = null, val subnets: Output<List<ResourceIdArgs>>? = null, val subscriptions: Output<List<ResourceIdArgs>>? = null, val virtualNetworks: Output<List<ResourceIdArgs>>? = null) : ConvertibleToJava<ScopeArgs>

Scope of a Managed Network

Constructors

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

Properties

Link copied to clipboard
val managementGroups: Output<List<ResourceIdArgs>>? = null

The collection of management groups covered by the Managed Network

Link copied to clipboard
val subnets: Output<List<ResourceIdArgs>>? = null

The collection of subnets covered by the Managed Network

Link copied to clipboard
val subscriptions: Output<List<ResourceIdArgs>>? = null

The collection of subscriptions covered by the Managed Network

Link copied to clipboard
val virtualNetworks: Output<List<ResourceIdArgs>>? = null

The collection of virtual nets covered by the Managed Network

Functions

Link copied to clipboard
open override fun toJava(): ScopeArgs