DataDisk.WriteAcceleratorEnabled Property

Definition

Gets or sets specifies whether writeAccelerator should be enabled or disabled on the disk.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to