Delen via


Microsoft.Network vpnServerConfigurations/configurationPolicyGroups 2022-05-01

Bicep-resourcedefinitie

Het resourcetype vpnServerConfigurations/configurationPolicyGroups kan worden geïmplementeerd met bewerkingen die zijn gericht op:

Zie logboek wijzigenvoor een lijst met gewijzigde eigenschappen in elke API-versie.

Resource-indeling

Als u een Resource Microsoft.Network/vpnServerConfigurations/configurationPolicyGroups wilt maken, voegt u de volgende Bicep toe aan uw sjabloon.

resource symbolicname 'Microsoft.Network/vpnServerConfigurations/configurationPolicyGroups@2022-05-01' = {
  parent: resourceSymbolicName
  name: 'string'
  properties: {
    isDefault: bool
    policyMembers: [
      {
        attributeType: 'string'
        attributeValue: 'string'
        name: 'string'
      }
    ]
    priority: int
  }
}

Eigenschapswaarden

Microsoft.Network/vpnServerConfigurations/configurationPolicyGroups

Naam Beschrijving Waarde
naam De resourcenaam tekenreeks (vereist)
ouder In Bicep kunt u de bovenliggende resource voor een onderliggende resource opgeven. U hoeft deze eigenschap alleen toe te voegen wanneer de onderliggende resource buiten de bovenliggende resource wordt gedeclareerd.

Zie onderliggende resource buiten de bovenliggende resourcevoor meer informatie.
Symbolische naam voor resource van het type: vpnServerConfigurations
Eigenschappen Eigenschappen van de VpnServerConfigurationPolicyGroup. VpnServerConfigurationPolicyGroupProperties

VpnServerConfigurationPolicyGroupMember

Naam Beschrijving Waarde
attributeType Het kenmerktype Lid vpn-beleid. 'AADGroupId'
'CertificateGroupId'
'RadiusAzureGroupId'
attributeValue De waarde van het kenmerk dat wordt gebruikt voor deze VpnServerConfigurationPolicyGroupMember. snaar
naam Naam van de VpnServerConfigurationPolicyGroupMember. snaar

VpnServerConfigurationPolicyGroupProperties

Naam Beschrijving Waarde
isDefault Geeft aan of dit een Standaard VpnServerConfigurationPolicyGroup is of niet. Bool
policyMembers Meerdere PolicyMembers voor VpnServerConfigurationPolicyGroup. VpnServerConfigurationPolicyGroupMember[]
voorrang Prioriteit voor VpnServerConfigurationPolicyGroup. Int

Resourcedefinitie van ARM-sjabloon

Het resourcetype vpnServerConfigurations/configurationPolicyGroups kan worden geïmplementeerd met bewerkingen die zijn gericht op:

Zie logboek wijzigenvoor een lijst met gewijzigde eigenschappen in elke API-versie.

Resource-indeling

Als u een Resource Microsoft.Network/vpnServerConfigurations/configurationPolicyGroups wilt maken, voegt u de volgende JSON toe aan uw sjabloon.

{
  "type": "Microsoft.Network/vpnServerConfigurations/configurationPolicyGroups",
  "apiVersion": "2022-05-01",
  "name": "string",
  "properties": {
    "isDefault": "bool",
    "policyMembers": [
      {
        "attributeType": "string",
        "attributeValue": "string",
        "name": "string"
      }
    ],
    "priority": "int"
  }
}

Eigenschapswaarden

Microsoft.Network/vpnServerConfigurations/configurationPolicyGroups

Naam Beschrijving Waarde
apiVersion De API-versie '2022-05-01'
naam De resourcenaam tekenreeks (vereist)
Eigenschappen Eigenschappen van de VpnServerConfigurationPolicyGroup. VpnServerConfigurationPolicyGroupProperties
type Het resourcetype 'Microsoft.Network/vpnServerConfigurations/configurationPolicyGroups'

VpnServerConfigurationPolicyGroupMember

Naam Beschrijving Waarde
attributeType Het kenmerktype Lid vpn-beleid. 'AADGroupId'
'CertificateGroupId'
'RadiusAzureGroupId'
attributeValue De waarde van het kenmerk dat wordt gebruikt voor deze VpnServerConfigurationPolicyGroupMember. snaar
naam Naam van de VpnServerConfigurationPolicyGroupMember. snaar

VpnServerConfigurationPolicyGroupProperties

Naam Beschrijving Waarde
isDefault Geeft aan of dit een Standaard VpnServerConfigurationPolicyGroup is of niet. Bool
policyMembers Meerdere PolicyMembers voor VpnServerConfigurationPolicyGroup. VpnServerConfigurationPolicyGroupMember[]
voorrang Prioriteit voor VpnServerConfigurationPolicyGroup. Int

Quickstart-sjablonen

Met de volgende quickstart-sjablonen wordt dit resourcetype geïmplementeerd.

Sjabloon Beschrijving
vWAN P2S-implementatie met meerdere adresgroepen en gebruikersgroepen

implementeren in Azure
Met deze sjabloon wordt Azure Virtual WAN (vWAN) geïmplementeerd met een P2S die is geconfigureerd met meerdere adresgroepen en gebruikersgroepen

Resourcedefinitie van Terraform (AzAPI-provider)

Het resourcetype vpnServerConfigurations/configurationPolicyGroups kan worden geïmplementeerd met bewerkingen die zijn gericht op:

  • resourcegroepen

Zie logboek wijzigenvoor een lijst met gewijzigde eigenschappen in elke API-versie.

Resource-indeling

Als u een Resource Microsoft.Network/vpnServerConfigurations/configurationPolicyGroups wilt maken, voegt u de volgende Terraform toe aan uw sjabloon.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Network/vpnServerConfigurations/configurationPolicyGroups@2022-05-01"
  name = "string"
  body = jsonencode({
    properties = {
      isDefault = bool
      policyMembers = [
        {
          attributeType = "string"
          attributeValue = "string"
          name = "string"
        }
      ]
      priority = int
    }
  })
}

Eigenschapswaarden

Microsoft.Network/vpnServerConfigurations/configurationPolicyGroups

Naam Beschrijving Waarde
naam De resourcenaam tekenreeks (vereist)
parent_id De id van de resource die het bovenliggende item voor deze resource is. Id voor resource van het type: vpnServerConfigurations
Eigenschappen Eigenschappen van de VpnServerConfigurationPolicyGroup. VpnServerConfigurationPolicyGroupProperties
type Het resourcetype "Microsoft.Network/vpnServerConfigurations/configurationPolicyGroups@2022-05-01"

VpnServerConfigurationPolicyGroupMember

Naam Beschrijving Waarde
attributeType Het kenmerktype Lid vpn-beleid. 'AADGroupId'
'CertificateGroupId'
'RadiusAzureGroupId'
attributeValue De waarde van het kenmerk dat wordt gebruikt voor deze VpnServerConfigurationPolicyGroupMember. snaar
naam Naam van de VpnServerConfigurationPolicyGroupMember. snaar

VpnServerConfigurationPolicyGroupProperties

Naam Beschrijving Waarde
isDefault Geeft aan of dit een Standaard VpnServerConfigurationPolicyGroup is of niet. Bool
policyMembers Meerdere PolicyMembers voor VpnServerConfigurationPolicyGroup. VpnServerConfigurationPolicyGroupMember[]
voorrang Prioriteit voor VpnServerConfigurationPolicyGroup. Int