Microsoft.Network networkSecurityPerimeters/profiles

ARM template resource definition

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

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

Property values

networkSecurityPerimeters/profiles

Name Description Value
type The resource type 'Microsoft.Network/networkSecurityPerimeters/profiles'
apiVersion The resource api version '2021-02-01-preview'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
location Resource location. string
tags Resource tags. Dictionary of tag names and values. See Tags in templates
properties Properties of the network security perimeter profile NspProfileProperties

NspProfileProperties

This object doesn't contain any properties to set during deployment. All properties are ReadOnly.