共用方式為


Microsoft.Network dscpConfigurations 2022-05-01

Bicep 資源定義

dscpConfigurations 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Network/dscpConfigurations 資源,請將下列 Bicep 新增至範本。

resource symbolicname 'Microsoft.Network/dscpConfigurations@2022-05-01' = {
  location: 'string'
  name: 'string'
  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
      }
    ]
  }
  tags: {
    {customized property}: 'string'
  }
}

屬性值

DscpConfigurationPropertiesFormat

名字 描述 價值
destinationIpRanges 目的地IP範圍。 QosIpRange[]
destinationPortRanges 目的地埠範圍。 QosPortRange[]
標記 要用於組態的標記清單。 int[]
協定 RNM 支援的通訊協議類型。 'Ah'
'All'
'DoNotUse'
'Esp'
'Gre'
'Icmp'
'Tcp'
'Udp'
'Vxlan'
qosDefinitionCollection QoS 物件定義 QosDefinition[]
sourceIpRanges 來源IP範圍。 QosIpRange[]
sourcePortRanges 來源埠範圍。 QosPortRange[]

Microsoft.Network/dscpConfigurations

名字 描述 價值
位置 資源位置。 字串
名字 資源名稱 字串 (必要)
性能 網路介面的屬性。 DscpConfigurationPropertiesFormat
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤

QosDefinition

名字 描述 價值
destinationIpRanges 目的地IP範圍。 QosIpRange[]
destinationPortRanges 目的地埠範圍。 QosPortRange[]
標記 要用於組態的標記清單。 int[]
協定 RNM 支援的通訊協議類型。 'Ah'
'All'
'DoNotUse'
'Esp'
'Gre'
'Icmp'
'Tcp'
'Udp'
'Vxlan'
sourceIpRanges 來源IP範圍。 QosIpRange[]
sourcePortRanges 來源埠範圍。 QosPortRange[]

QosIpRange

名字 描述 價值
endIP 結束IP位址。 字串
startIP 啟動IP位址。 字串

QosPortRange

名字 描述 價值
結束 Qos 埠範圍結束。 int
開始 Qos 埠範圍開始。 int

ResourceTags

名字 描述 價值

ARM 樣本資源定義

dscpConfigurations 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Network/dscpConfigurations 資源,請將下列 JSON 新增至範本。

{
  "type": "Microsoft.Network/dscpConfigurations",
  "apiVersion": "2022-05-01",
  "name": "string",
  "location": "string",
  "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"
      }
    ]
  },
  "tags": {
    "{customized property}": "string"
  }
}

屬性值

DscpConfigurationPropertiesFormat

名字 描述 價值
destinationIpRanges 目的地IP範圍。 QosIpRange[]
destinationPortRanges 目的地埠範圍。 QosPortRange[]
標記 要用於組態的標記清單。 int[]
協定 RNM 支援的通訊協議類型。 'Ah'
'All'
'DoNotUse'
'Esp'
'Gre'
'Icmp'
'Tcp'
'Udp'
'Vxlan'
qosDefinitionCollection QoS 物件定義 QosDefinition[]
sourceIpRanges 來源IP範圍。 QosIpRange[]
sourcePortRanges 來源埠範圍。 QosPortRange[]

Microsoft.Network/dscpConfigurations

名字 描述 價值
apiVersion API 版本 '2022-05-01'
位置 資源位置。 字串
名字 資源名稱 字串 (必要)
性能 網路介面的屬性。 DscpConfigurationPropertiesFormat
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤
類型 資源類型 'Microsoft.Network/dscpConfigurations'

QosDefinition

名字 描述 價值
destinationIpRanges 目的地IP範圍。 QosIpRange[]
destinationPortRanges 目的地埠範圍。 QosPortRange[]
標記 要用於組態的標記清單。 int[]
協定 RNM 支援的通訊協議類型。 'Ah'
'All'
'DoNotUse'
'Esp'
'Gre'
'Icmp'
'Tcp'
'Udp'
'Vxlan'
sourceIpRanges 來源IP範圍。 QosIpRange[]
sourcePortRanges 來源埠範圍。 QosPortRange[]

QosIpRange

名字 描述 價值
endIP 結束IP位址。 字串
startIP 啟動IP位址。 字串

QosPortRange

名字 描述 價值
結束 Qos 埠範圍結束。 int
開始 Qos 埠範圍開始。 int

ResourceTags

名字 描述 價值

Terraform (AzAPI 提供者) 資源定義

dscpConfigurations 資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Network/dscpConfigurations 資源,請將下列 Terraform 新增至範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Network/dscpConfigurations@2022-05-01"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  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
        }
      ]
    }
  })
}

屬性值

DscpConfigurationPropertiesFormat

名字 描述 價值
destinationIpRanges 目的地IP範圍。 QosIpRange[]
destinationPortRanges 目的地埠範圍。 QosPortRange[]
標記 要用於組態的標記清單。 int[]
協定 RNM 支援的通訊協議類型。 'Ah'
'All'
'DoNotUse'
'Esp'
'Gre'
'Icmp'
'Tcp'
'Udp'
'Vxlan'
qosDefinitionCollection QoS 物件定義 QosDefinition[]
sourceIpRanges 來源IP範圍。 QosIpRange[]
sourcePortRanges 來源埠範圍。 QosPortRange[]

Microsoft.Network/dscpConfigurations

名字 描述 價值
位置 資源位置。 字串
名字 資源名稱 字串 (必要)
性能 網路介面的屬性。 DscpConfigurationPropertiesFormat
標籤 資源標籤 標記名稱和值的字典。
類型 資源類型 “Microsoft.Network/dscpConfigurations@2022-05-01”

QosDefinition

名字 描述 價值
destinationIpRanges 目的地IP範圍。 QosIpRange[]
destinationPortRanges 目的地埠範圍。 QosPortRange[]
標記 要用於組態的標記清單。 int[]
協定 RNM 支援的通訊協議類型。 'Ah'
'All'
'DoNotUse'
'Esp'
'Gre'
'Icmp'
'Tcp'
'Udp'
'Vxlan'
sourceIpRanges 來源IP範圍。 QosIpRange[]
sourcePortRanges 來源埠範圍。 QosPortRange[]

QosIpRange

名字 描述 價值
endIP 結束IP位址。 字串
startIP 啟動IP位址。 字串

QosPortRange

名字 描述 價值
結束 Qos 埠範圍結束。 int
開始 Qos 埠範圍開始。 int

ResourceTags

名字 描述 價值