次の方法で共有


VirtualNetwork.EnableVmProtection プロパティ

定義

仮想ネットワーク内のすべてのサブネットに対して VM 保護が有効になっているかどうかを示す値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象