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

DdosSettings 构造函数

定义

重载

DdosSettings()

初始化 DdosSettings 类的新实例。

DdosSettings(SubResource, DdosSettingsProtectionCoverage)

初始化 DdosSettings 类的新实例。

DdosSettings()

初始化 DdosSettings 类的新实例。

public DdosSettings ();
Public Sub New ()

适用于

DdosSettings(SubResource, DdosSettingsProtectionCoverage)

初始化 DdosSettings 类的新实例。

public DdosSettings (Microsoft.Azure.Management.ResourceManager.Fluent.SubResource ddosCustomPolicy = default, Microsoft.Azure.Management.Network.Fluent.Models.DdosSettingsProtectionCoverage protectionCoverage = default);
new Microsoft.Azure.Management.Network.Fluent.Models.DdosSettings : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Network.Fluent.Models.DdosSettingsProtectionCoverage -> Microsoft.Azure.Management.Network.Fluent.Models.DdosSettings
Public Sub New (Optional ddosCustomPolicy As SubResource = Nothing, Optional protectionCoverage As DdosSettingsProtectionCoverage = Nothing)

参数

ddosCustomPolicy
SubResource

与公共 IP 关联的 DDoS 自定义策略。

protectionCoverage
DdosSettingsProtectionCoverage

公共 IP 的 DDoS 保护策略可自定义性。 只有标准覆盖范围才能进行自定义。 可能的值包括:“Basic”、“Standard”

适用于