Managed Network Group Response
data class ManagedNetworkGroupResponse(val etag: String, val id: String, val kind: String? = null, val location: String? = null, val managementGroups: List<ResourceIdResponse>? = null, val name: String, val provisioningState: String, val subnets: List<ResourceIdResponse>? = null, val subscriptions: List<ResourceIdResponse>? = null, val type: String, val virtualNetworks: List<ResourceIdResponse>? = null)
The Managed Network Group resource
Constructors
Link copied to clipboard
constructor(etag: String, id: String, kind: String? = null, location: String? = null, managementGroups: List<ResourceIdResponse>? = null, name: String, provisioningState: String, subnets: List<ResourceIdResponse>? = null, subscriptions: List<ResourceIdResponse>? = null, type: String, virtualNetworks: List<ResourceIdResponse>? = null)
Properties
Link copied to clipboard
The collection of management groups covered by the Managed Network
Link copied to clipboard
Provisioning state of the ManagedNetwork resource.
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