Microsoft.Network networkSecurityPerimeters

ARM template resource definition

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

{
  "type": "Microsoft.Network/networkSecurityPerimeters",
  "apiVersion": "2021-03-01-preview",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "properties": {
    "description": "string",
    "displayName": "string"
  }
}

Property values

networkSecurityPerimeters

Name Description Value
type The resource type 'Microsoft.Network/networkSecurityPerimeters'
apiVersion The resource api version '2021-03-01-preview'
name The resource name string (required)
location Resource location. string
tags Resource tags. Dictionary of tag names and values. See Tags in templates
properties The network security perimeter properties NetworkSecurityPerimeterProperties

NetworkSecurityPerimeterProperties

Name Description Value
description A description of the network security perimeter. string
displayName A friendly name for the network security perimeter. string