Microsoft.Network networkManagers/securityUserConfigurations/ruleCollections

ARM template resource definition

The networkManagers/securityUserConfigurations/ruleCollections 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/securityUserConfigurations/ruleCollections resource, add the following JSON to your template.

{
  "type": "Microsoft.Network/networkManagers/securityUserConfigurations/ruleCollections",
  "apiVersion": "2022-04-01-preview",
  "name": "string",
  "properties": {
    "appliesToGroups": [
      {
        "networkGroupId": "string"
      }
    ],
    "description": "string"
  }
}

Property values

networkManagers/securityUserConfigurations/ruleColle...

Name Description Value
type The resource type 'Microsoft.Network/networkManagers/securityUserConfigurations/ruleCollections'
apiVersion The resource api version '2022-04-01-preview'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
properties Indicates the properties for the network manager user rule collection. UserRuleCollectionPropertiesFormat

UserRuleCollectionPropertiesFormat

Name Description Value
appliesToGroups Groups for configuration NetworkManagerSecurityGroupItem[] (required)
description A description of the user rule collection. string

NetworkManagerSecurityGroupItem

Name Description Value
networkGroupId Network manager group Id. string (required)