Microsoft.Network ddosCustomPolicies 2019-09-01
您可以使用目標作業來部署 ddosCustomPolicies 資源類型:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Network/ddosCustomPolicies 資源,請將下列 Bicep 新增至範本。
Bicep
resource symbolicname 'Microsoft.Network/ddosCustomPolicies@2019-09-01' = {
location: 'string'
name: 'string'
properties: {
protocolCustomSettings: [
{
protocol: 'string'
sourceRateOverride: 'string'
triggerRateOverride: 'string'
triggerSensitivityOverride: 'string'
}
]
}
tags: {
{customized property}: 'string'
}
}
名字 | 描述 | 價值 |
---|---|---|
protocolCustomSettings | 通訊協定特定的 DDoS 原則自定義參數。 | ProtocolCustomSettingsFormat[] |
名字 | 描述 | 價值 |
---|---|---|
位置 | 資源位置。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
性能 | DDoS 自定義原則的屬性。 | DdosCustomPolicyPropertiesFormat |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
名字 | 描述 | 價值 |
---|---|---|
協定 | 要自定義 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' '放鬆' |
名字 | 描述 | 價值 |
---|
您可以使用目標作業來部署 ddosCustomPolicies 資源類型:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Network/ddosCustomPolicies 資源,請將下列 JSON 新增至範本。
JSON
{
"type": "Microsoft.Network/ddosCustomPolicies",
"apiVersion": "2019-09-01",
"name": "string",
"location": "string",
"properties": {
"protocolCustomSettings": [
{
"protocol": "string",
"sourceRateOverride": "string",
"triggerRateOverride": "string",
"triggerSensitivityOverride": "string"
}
]
},
"tags": {
"{customized property}": "string"
}
}
名字 | 描述 | 價值 |
---|---|---|
protocolCustomSettings | 通訊協定特定的 DDoS 原則自定義參數。 | ProtocolCustomSettingsFormat[] |
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2019-09-01' |
位置 | 資源位置。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
性能 | DDoS 自定義原則的屬性。 | DdosCustomPolicyPropertiesFormat |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
類型 | 資源類型 | 'Microsoft.Network/ddosCustomPolicies' |
名字 | 描述 | 價值 |
---|---|---|
協定 | 要自定義 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' '放鬆' |
名字 | 描述 | 價值 |
---|
您可以使用目標作業來部署 ddosCustomPolicies 資源類型:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Network/ddosCustomPolicies 資源,請將下列 Terraform 新增至範本。
Terraform
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Network/ddosCustomPolicies@2019-09-01"
name = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
protocolCustomSettings = [
{
protocol = "string"
sourceRateOverride = "string"
triggerRateOverride = "string"
triggerSensitivityOverride = "string"
}
]
}
})
}
名字 | 描述 | 價值 |
---|---|---|
protocolCustomSettings | 通訊協定特定的 DDoS 原則自定義參數。 | ProtocolCustomSettingsFormat[] |
名字 | 描述 | 價值 |
---|---|---|
位置 | 資源位置。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
性能 | DDoS 自定義原則的屬性。 | DdosCustomPolicyPropertiesFormat |
標籤 | 資源標籤 | 標記名稱和值的字典。 |
類型 | 資源類型 | “Microsoft.Network/ddosCustomPolicies@2019-09-01” |
名字 | 描述 | 價值 |
---|---|---|
協定 | 要自定義 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' '放鬆' |
名字 | 描述 | 價值 |
---|