AzureVmWorkloadItem.IsAutoProtectable Property

Definition

Gets or sets indicates if workload item is auto-protectable

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to