Scope Args
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
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