共用方式為


Microsoft.Network ddosCustomPolicies 2022-01-01

Bicep 資源定義

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

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

資源格式

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

resource symbolicname 'Microsoft.Network/ddosCustomPolicies@2022-01-01' = {
  location: 'string'
  name: 'string'
  properties: {
    protocolCustomSettings: [
      {
        protocol: 'string'
        sourceRateOverride: 'string'
        triggerRateOverride: 'string'
        triggerSensitivityOverride: 'string'
      }
    ]
  }
  tags: {
    {customized property}: 'string'
  }
}

屬性值

DdosCustomPolicyPropertiesFormat

名字 描述 價值
protocolCustomSettings 通訊協定特定的 DDoS 原則自定義參數。 ProtocolCustomSettingsFormat[]

Microsoft.Network/ddosCustomPolicies

名字 描述 價值
位置 資源位置。 字串
名字 資源名稱 字串 (必要)
性能 DDoS 自定義原則的屬性。 DdosCustomPolicyPropertiesFormat
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤

ProtocolCustomSettingsFormat

名字 描述 價值
協定 要自定義 DDoS 保護原則的通訊協定。 'Syn'
'Tcp'
'Udp'
sourceRateOverride 自定義的 DDoS 保護來源速率。 字串
triggerRateOverride 自定義的 DDoS 保護觸發程式速率。 字串
triggerSensitivityOverride 自定義的 DDoS 保護觸發程式速率敏感度。 高:以大部分敏感度 w.r.t. 一般流量設定的觸發速率。 默認值:以中等敏感度 w.r.t. 標準流量設定的觸發速率。 低:觸發速率設定的敏感度較低 w.r.t. 一般流量。 寬鬆:以最低敏感度 w.r.t. 標準流量設定的觸發速率。 'Default'
'High'
'Low'
'放鬆'

ResourceTags

名字 描述 價值

ARM 樣本資源定義

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

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

資源格式

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

{
  "type": "Microsoft.Network/ddosCustomPolicies",
  "apiVersion": "2022-01-01",
  "name": "string",
  "location": "string",
  "properties": {
    "protocolCustomSettings": [
      {
        "protocol": "string",
        "sourceRateOverride": "string",
        "triggerRateOverride": "string",
        "triggerSensitivityOverride": "string"
      }
    ]
  },
  "tags": {
    "{customized property}": "string"
  }
}

屬性值

DdosCustomPolicyPropertiesFormat

名字 描述 價值
protocolCustomSettings 通訊協定特定的 DDoS 原則自定義參數。 ProtocolCustomSettingsFormat[]

Microsoft.Network/ddosCustomPolicies

名字 描述 價值
apiVersion API 版本 '2022-01-01'
位置 資源位置。 字串
名字 資源名稱 字串 (必要)
性能 DDoS 自定義原則的屬性。 DdosCustomPolicyPropertiesFormat
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤
類型 資源類型 'Microsoft.Network/ddosCustomPolicies'

ProtocolCustomSettingsFormat

名字 描述 價值
協定 要自定義 DDoS 保護原則的通訊協定。 'Syn'
'Tcp'
'Udp'
sourceRateOverride 自定義的 DDoS 保護來源速率。 字串
triggerRateOverride 自定義的 DDoS 保護觸發程式速率。 字串
triggerSensitivityOverride 自定義的 DDoS 保護觸發程式速率敏感度。 高:以大部分敏感度 w.r.t. 一般流量設定的觸發速率。 默認值:以中等敏感度 w.r.t. 標準流量設定的觸發速率。 低:觸發速率設定的敏感度較低 w.r.t. 一般流量。 寬鬆:以最低敏感度 w.r.t. 標準流量設定的觸發速率。 'Default'
'High'
'Low'
'放鬆'

ResourceTags

名字 描述 價值

Terraform (AzAPI 提供者) 資源定義

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

  • 資源群組

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

資源格式

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Network/ddosCustomPolicies@2022-01-01"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      protocolCustomSettings = [
        {
          protocol = "string"
          sourceRateOverride = "string"
          triggerRateOverride = "string"
          triggerSensitivityOverride = "string"
        }
      ]
    }
  })
}

屬性值

DdosCustomPolicyPropertiesFormat

名字 描述 價值
protocolCustomSettings 通訊協定特定的 DDoS 原則自定義參數。 ProtocolCustomSettingsFormat[]

Microsoft.Network/ddosCustomPolicies

名字 描述 價值
位置 資源位置。 字串
名字 資源名稱 字串 (必要)
性能 DDoS 自定義原則的屬性。 DdosCustomPolicyPropertiesFormat
標籤 資源標籤 標記名稱和值的字典。
類型 資源類型 “Microsoft.Network/ddosCustomPolicies@2022-01-01”

ProtocolCustomSettingsFormat

名字 描述 價值
協定 要自定義 DDoS 保護原則的通訊協定。 'Syn'
'Tcp'
'Udp'
sourceRateOverride 自定義的 DDoS 保護來源速率。 字串
triggerRateOverride 自定義的 DDoS 保護觸發程式速率。 字串
triggerSensitivityOverride 自定義的 DDoS 保護觸發程式速率敏感度。 高:以大部分敏感度 w.r.t. 一般流量設定的觸發速率。 默認值:以中等敏感度 w.r.t. 標準流量設定的觸發速率。 低:觸發速率設定的敏感度較低 w.r.t. 一般流量。 寬鬆:以最低敏感度 w.r.t. 標準流量設定的觸發速率。 'Default'
'High'
'Low'
'放鬆'

ResourceTags

名字 描述 價值