Microsoft.Network networkManagers/networkGroups

ARM template resource definition

The networkManagers/networkGroups resource type can be deployed with operations that target:

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

Resource format

To create a Microsoft.Network/networkManagers/networkGroups resource, add the following JSON to your template.

{
  "type": "Microsoft.Network/networkManagers/networkGroups",
  "apiVersion": "2023-04-01",
  "name": "string",
  "properties": {
    "description": "string"
  }
}

Property values

networkManagers/networkGroups

Name Description Value
type The resource type 'Microsoft.Network/networkManagers/networkGroups'
apiVersion The resource api version '2023-04-01'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
properties The Network Group properties NetworkGroupProperties

NetworkGroupProperties

Name Description Value
description A description of the network group. string