你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ProtocolCustomSettingsFormat 类

定义

DDoS 自定义策略属性。

public class ProtocolCustomSettingsFormat
type ProtocolCustomSettingsFormat = class
Public Class ProtocolCustomSettingsFormat
继承
ProtocolCustomSettingsFormat

构造函数

ProtocolCustomSettingsFormat()

初始化 ProtocolCustomSettingsFormat 类的新实例。

ProtocolCustomSettingsFormat(DdosCustomPolicyProtocol, String, String, DdosCustomPolicyTriggerSensitivityOverride)

初始化 ProtocolCustomSettingsFormat 类的新实例。

属性

Protocol

获取或设置要为其自定义 DDoS 保护策略的协议。 可能的值包括:“Tcp”、“Udp”、“Syn”

SourceRateOverride

获取或设置自定义的 DDoS 保护源速率。

TriggerRateOverride

获取或设置自定义的 DDoS 保护触发速率。

TriggerSensitivityOverride

获取或设置自定义的 DDoS 保护触发器速率敏感度。 高:使用大多数敏感度设置触发速率(正常流量)。 默认值:使用中等敏感度设置触发速率(正常流量)。 低:在正常流量的敏感度较低的情况下设置触发速率。 宽松:在正常流量中设置敏感度最低的触发速率。 可能的值包括:“Relaxed”、“Low”、“Default”、“High”

适用于