次の方法で共有


VirtualNetwork.EnableDdosProtection プロパティ

定義

仮想ネットワーク内のすべての保護されたリソースに対して DDoS 保護が有効になっているかどうかを示す値を取得または設定します。 リソースに関連付けられている DDoS 保護プランが必要です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableDdosProtection")]
public bool? EnableDdosProtection { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableDdosProtection")>]
member this.EnableDdosProtection : Nullable<bool> with get, set
Public Property EnableDdosProtection As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象