The vpnServerConfigurations/configurationPolicyGroups 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/vpnServerConfigurations/configurationPolicyGroups resource, add the following JSON to your template.
{
"type": "Microsoft.Network/vpnServerConfigurations/configurationPolicyGroups",
"apiVersion": "2023-04-01",
"name": "string",
"properties": {
"isDefault": "bool",
"policyMembers": [
{
"attributeType": "string",
"attributeValue": "string",
"name": "string"
}
],
"priority": "int"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Network/vpnServerConfigurations/configurationPolicyGroups' |
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 VpnServerConfigurationPolicyGroup. | VpnServerConfigurationPolicyGroupProperties |
Name | Description | Value |
---|---|---|
isDefault | Shows if this is a Default VpnServerConfigurationPolicyGroup or not. | bool |
policyMembers | Multiple PolicyMembers for VpnServerConfigurationPolicyGroup. | VpnServerConfigurationPolicyGroupMember[] |
priority | Priority for VpnServerConfigurationPolicyGroup. | int |
Name | Description | Value |
---|---|---|
attributeType | The Vpn Policy member attribute type. | 'AADGroupId' 'CertificateGroupId' 'RadiusAzureGroupId' |
attributeValue | The value of Attribute used for this VpnServerConfigurationPolicyGroupMember. | string |
name | Name of the VpnServerConfigurationPolicyGroupMember. | string |