Microsoft.ManagedNetwork managedNetworks/managedNetworkGroups

ARM template resource definition

The managedNetworks/managedNetworkGroups resource type can be deployed to:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.ManagedNetwork/managedNetworks/managedNetworkGroups resource, add the following JSON to your template.

{
  "type": "Microsoft.ManagedNetwork/managedNetworks/managedNetworkGroups",
  "apiVersion": "2019-06-01-preview",
  "name": "string",
  "location": "string",
  "kind": "Connectivity",
  "properties": {
    "managementGroups": [
      {
        "id": "string"
      }
    ],
    "subnets": [
      {
        "id": "string"
      }
    ],
    "subscriptions": [
      {
        "id": "string"
      }
    ],
    "virtualNetworks": [
      {
        "id": "string"
      }
    ]
  }
}

Property values

managedNetworks/managedNetworkGroups

Name Description Value
type The resource type 'Microsoft.ManagedNetwork/managedNetworks/managedNetworkGroups'
apiVersion The resource api version '2019-06-01-preview'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
location The geo-location where the resource lives string
kind Responsibility role under which this Managed Network Group will be created 'Connectivity'
properties Gets or sets the properties of a network group ManagedNetworkGroupProperties

ManagedNetworkGroupProperties

Name Description Value
managementGroups The collection of management groups covered by the Managed Network ResourceId[]
subnets The collection of subnets covered by the Managed Network ResourceId[]
subscriptions The collection of subscriptions covered by the Managed Network ResourceId[]
virtualNetworks The collection of virtual nets covered by the Managed Network ResourceId[]

ResourceId

Name Description Value
id Resource Id string