The networkManagers/securityUserConfigurations resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Network/networkManagers/securityUserConfigurations resource, add the following JSON to your template.
{
"type": "Microsoft.Network/networkManagers/securityUserConfigurations",
"apiVersion": "2022-04-01-preview",
"name": "string",
"properties": {
"deleteExistingNSGs": "string",
"description": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Network/networkManagers/securityUserConfigurations' |
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 security user configuration. | SecurityUserConfigurationPropertiesFormat |
Name | Description | Value |
---|---|---|
deleteExistingNSGs | Flag if need to delete existing network security groups. | 'False' 'True' |
description | A description of the security user configuration. | string |