Delen via


CreationData.PerformancePlus Property

Definition

Gets or sets set this flag to true to get a boost on the performance target of the disk deployed, see here on the respective performance target. This flag can only be set on disk creation time and cannot be disabled after enabled.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to