Microsoft.Network networkManagers/securityAdminConfigurations

ARM template resource definition

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

{
  "type": "Microsoft.Network/networkManagers/securityAdminConfigurations",
  "apiVersion": "2023-04-01",
  "name": "string",
  "properties": {
    "applyOnNetworkIntentPolicyBasedServices": [ "string" ],
    "description": "string"
  }
}

Property values

networkManagers/securityAdminConfigurations

Name Description Value
type The resource type 'Microsoft.Network/networkManagers/securityAdminConfigurations'
apiVersion The resource api version '2023-04-01'
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 admin configuration. SecurityAdminConfigurationPropertiesFormat

SecurityAdminConfigurationPropertiesFormat

Name Description Value
applyOnNetworkIntentPolicyBasedServices Enum list of network intent policy based services. String array containing any of:
'All'
'AllowRulesOnly'
'None'

description A description of the security configuration. string