Microsoft.Network serviceEndpointPolicies/serviceEndpointPolicyDefinitions

ARM template resource definition

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

{
  "type": "Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions",
  "apiVersion": "2023-04-01",
  "name": "string",
  "properties": {
    "description": "string",
    "service": "string",
    "serviceResources": [ "string" ]
  }
}

Property values

serviceEndpointPolicies/serviceEndpointPolicyDefinit...

Name Description Value
type The resource type 'Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions'
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 Properties of the service endpoint policy definition. ServiceEndpointPolicyDefinitionPropertiesFormat

ServiceEndpointPolicyDefinitionPropertiesFormat

Name Description Value
description A description for this rule. Restricted to 140 chars. string
service Service endpoint name. string
serviceResources A list of service resources. string[]