Share via


AdditionalCapabilities.UltraSSDEnabled Property

Definition

Gets or sets the flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to