The networkSecurityPerimeters 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/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"
}
}
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 |
Name | Description | Value |
---|---|---|
description | A description of the network security perimeter. | string |
displayName | A friendly name for the network security perimeter. | string |