Share via


Microsoft.Network dscpConfigurations 2021-03-01

Bicep-resourcedefinitie

Het resourcetype dscpConfigurations kan worden geïmplementeerd met bewerkingen die zijn gericht op:

Zie wijzigingenlogboek voor een lijst met gewijzigde eigenschappen in elke API-versie.

Resource-indeling

Als u een Microsoft.Network/dscpConfigurations-resource wilt maken, voegt u de volgende Bicep toe aan uw sjabloon.

resource symbolicname 'Microsoft.Network/dscpConfigurations@2021-03-01' = {
  name: 'string'
  location: 'string'
  tags: {
    tagName1: 'tagValue1'
    tagName2: 'tagValue2'
  }
  properties: {
    destinationIpRanges: [
      {
        endIP: 'string'
        startIP: 'string'
      }
    ]
    destinationPortRanges: [
      {
        end: int
        start: int
      }
    ]
    markings: [
      int
    ]
    protocol: 'string'
    qosDefinitionCollection: [
      {
        destinationIpRanges: [
          {
            endIP: 'string'
            startIP: 'string'
          }
        ]
        destinationPortRanges: [
          {
            end: int
            start: int
          }
        ]
        markings: [
          int
        ]
        protocol: 'string'
        sourceIpRanges: [
          {
            endIP: 'string'
            startIP: 'string'
          }
        ]
        sourcePortRanges: [
          {
            end: int
            start: int
          }
        ]
      }
    ]
    sourceIpRanges: [
      {
        endIP: 'string'
        startIP: 'string'
      }
    ]
    sourcePortRanges: [
      {
        end: int
        start: int
      }
    ]
  }
}

Eigenschapswaarden

dscpConfigurations

Naam Description Waarde
naam De resourcenaam tekenreeks (vereist)
location Resourcelocatie. tekenreeks
tags Resourcetags. Woordenlijst met tagnamen en -waarden. Tags in sjablonen bekijken
properties Eigenschappen van de netwerkinterface. DscpConfigurationPropertiesFormat

DscpConfigurationPropertiesFormat

Naam Description Waarde
destinationIpRanges Doel-IP-bereiken. QosIpRange[]
destinationPortRanges Poortbereiken van doel. QosPortRange[]
Markeringen Lijst met markeringen die in de configuratie moeten worden gebruikt. int[]
protocol Door RNM ondersteunde protocoltypen. 'Ah'
'Alle'
'DoNotUse'
'Esp'
'Gre'
'Icmp'
Tcp
'Udp'
'Vxlan'
qosDefinitionCollection QoS-objectdefinities QosDefinition[]
sourceIpRanges Bron-IP-bereiken. QosIpRange[]
sourcePortRanges Poortbereiken van bronnen. QosPortRange[]

QosIpRange

Naam Description Waarde
endIP Eind-IP-adres. tekenreeks
startIP IP-adres starten. tekenreeks

QosPortRange

Naam Description Waarde
beëindigen Einde van Qos-poortbereik. int
starten Qos-poortbereik starten. int

QosDefinition

Naam Description Waarde
destinationIpRanges Doel-IP-bereiken. QosIpRange[]
destinationPortRanges Poortbereiken van doel. QosPortRange[]
Markeringen Lijst met markeringen die in de configuratie moeten worden gebruikt. int[]
protocol Door RNM ondersteunde protocoltypen. 'Ah'
'Alle'
'DoNotUse'
'Esp'
'Gre'
'Icmp'
Tcp
'Udp'
'Vxlan'
sourceIpRanges Bron-IP-bereiken. QosIpRange[]
sourcePortRanges Poortbereiken van bronnen. QosPortRange[]

Resourcedefinitie van ARM-sjabloon

Het resourcetype dscpConfigurations kan worden geïmplementeerd met bewerkingen die zijn gericht op:

Zie wijzigingenlogboek voor een lijst met gewijzigde eigenschappen in elke API-versie.

Resource-indeling

Als u een Microsoft.Network/dscpConfigurations-resource wilt maken, voegt u de volgende JSON toe aan uw sjabloon.

{
  "type": "Microsoft.Network/dscpConfigurations",
  "apiVersion": "2021-03-01",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "properties": {
    "destinationIpRanges": [
      {
        "endIP": "string",
        "startIP": "string"
      }
    ],
    "destinationPortRanges": [
      {
        "end": "int",
        "start": "int"
      }
    ],
    "markings": [ "int" ],
    "protocol": "string",
    "qosDefinitionCollection": [
      {
        "destinationIpRanges": [
          {
            "endIP": "string",
            "startIP": "string"
          }
        ],
        "destinationPortRanges": [
          {
            "end": "int",
            "start": "int"
          }
        ],
        "markings": [ "int" ],
        "protocol": "string",
        "sourceIpRanges": [
          {
            "endIP": "string",
            "startIP": "string"
          }
        ],
        "sourcePortRanges": [
          {
            "end": "int",
            "start": "int"
          }
        ]
      }
    ],
    "sourceIpRanges": [
      {
        "endIP": "string",
        "startIP": "string"
      }
    ],
    "sourcePortRanges": [
      {
        "end": "int",
        "start": "int"
      }
    ]
  }
}

Eigenschapswaarden

dscpConfigurations

Naam Description Waarde
type Het resourcetype 'Microsoft.Network/dscpConfigurations'
apiVersion De resource-API-versie '2021-03-01'
naam De resourcenaam tekenreeks (vereist)
location Resourcelocatie. tekenreeks
tags Resourcetags. Woordenlijst met tagnamen en -waarden. Tags in sjablonen bekijken
properties Eigenschappen van de netwerkinterface. DscpConfigurationPropertiesFormat

DscpConfigurationPropertiesFormat

Naam Description Waarde
destinationIpRanges Doel-IP-bereiken. QosIpRange[]
destinationPortRanges Poortbereiken van doel. QosPortRange[]
Markeringen Lijst met markeringen die in de configuratie moeten worden gebruikt. int[]
protocol Door RNM ondersteunde protocoltypen. 'Ah'
'Alle'
'DoNotUse'
'Esp'
'Gre'
'Icmp'
Tcp
'Udp'
'Vxlan'
qosDefinitionCollection QoS-objectdefinities QosDefinition[]
sourceIpRanges Bron-IP-bereiken. QosIpRange[]
sourcePortRanges Poortbereiken van bronnen. QosPortRange[]

QosIpRange

Naam Description Waarde
endIP Eind-IP-adres. tekenreeks
startIP IP-adres starten. tekenreeks

QosPortRange

Naam Description Waarde
beëindigen Einde van Qos-poortbereik. int
starten Qos-poortbereik starten. int

QosDefinition

Naam Description Waarde
destinationIpRanges Doel-IP-bereiken. QosIpRange[]
destinationPortRanges Doelpoortbereiken. QosPortRange[]
Markeringen Lijst met markeringen die moeten worden gebruikt in de configuratie. int[]
protocol Door RNM ondersteunde protocoltypen. 'Ah'
'Alle'
'DoNotUse'
'Esp'
'Gre'
'Icmp'
Tcp
'Udp'
'Vxlan'
sourceIpRanges Bron-IP-bereiken. QosIpRange[]
sourcePortRanges Poortbereiken van bronnen. QosPortRange[]

Resourcedefinitie van Terraform (AzAPI-provider)

Het resourcetype dscpConfigurations kan worden geïmplementeerd met bewerkingen die zijn gericht op:

  • Resourcegroepen

Zie wijzigingenlogboek voor een lijst met gewijzigde eigenschappen in elke API-versie.

Resource-indeling

Als u een Microsoft.Network/dscpConfigurations-resource wilt maken, voegt u de volgende Terraform toe aan uw sjabloon.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Network/dscpConfigurations@2021-03-01"
  name = "string"
  location = "string"
  parent_id = "string"
  tags = {
    tagName1 = "tagValue1"
    tagName2 = "tagValue2"
  }
  body = jsonencode({
    properties = {
      destinationIpRanges = [
        {
          endIP = "string"
          startIP = "string"
        }
      ]
      destinationPortRanges = [
        {
          end = int
          start = int
        }
      ]
      markings = [
        int
      ]
      protocol = "string"
      qosDefinitionCollection = [
        {
          destinationIpRanges = [
            {
              endIP = "string"
              startIP = "string"
            }
          ]
          destinationPortRanges = [
            {
              end = int
              start = int
            }
          ]
          markings = [
            int
          ]
          protocol = "string"
          sourceIpRanges = [
            {
              endIP = "string"
              startIP = "string"
            }
          ]
          sourcePortRanges = [
            {
              end = int
              start = int
            }
          ]
        }
      ]
      sourceIpRanges = [
        {
          endIP = "string"
          startIP = "string"
        }
      ]
      sourcePortRanges = [
        {
          end = int
          start = int
        }
      ]
    }
  })
}

Eigenschapswaarden

dscpConfigurations

Naam Description Waarde
type Het resourcetype "Microsoft.Network/dscpConfigurations@2021-03-01"
naam De resourcenaam tekenreeks (vereist)
location Resourcelocatie. tekenreeks
parent_id Als u wilt implementeren in een resourcegroep, gebruikt u de id van die resourcegroep. tekenreeks (vereist)
tags Resourcetags. Woordenlijst met tagnamen en -waarden.
properties Eigenschappen van de netwerkinterface. DscpConfigurationPropertiesFormat

DscpConfigurationPropertiesFormat

Naam Description Waarde
destinationIpRanges Doel-IP-bereiken. QosIpRange[]
destinationPortRanges Doelpoortbereiken. QosPortRange[]
Markeringen Lijst met markeringen die moeten worden gebruikt in de configuratie. int[]
protocol Door RNM ondersteunde protocoltypen. "Ah"
"Alle"
"DoNotUse"
"Esp"
"Gre"
"Icmp"
"Tcp"
"Udp"
"Vxlan"
qosDefinitionCollection QoS-objectdefinities QosDefinition[]
sourceIpRanges Bron-IP-bereiken. QosIpRange[]
sourcePortRanges Poortbereiken van bronnen. QosPortRange[]

QosIpRange

Naam Description Waarde
endIP Eind-IP-adres. tekenreeks
startIP IP-adres starten. tekenreeks

QosPortRange

Naam Description Waarde
beëindigen Einde van Qos-poortbereik. int
starten Qos-poortbereik starten. int

QosDefinition

Naam Description Waarde
destinationIpRanges Doel-IP-bereiken. QosIpRange[]
destinationPortRanges Doelpoortbereiken. QosPortRange[]
Markeringen Lijst met markeringen die moeten worden gebruikt in de configuratie. int[]
protocol Door RNM ondersteunde protocoltypen. "Ah"
"Alle"
"DoNotUse"
"Esp"
"Gre"
"Icmp"
"Tcp"
"Udp"
"Vxlan"
sourceIpRanges Bron-IP-bereiken. QosIpRange[]
sourcePortRanges Poortbereiken van bronnen. QosPortRange[]