Udostępnij przez


VirtualNetworkPropertiesFormat.EnableVMProtection Property

Definition

Gets or sets indicates if VM protection is enabled for all the subnets in the virtual network.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to