다음을 통해 공유


DedicatedHostGroupPropertiesAdditionalCapabilities.UltraSSDEnabled Property

Definition

Gets or sets the flag that enables or disables a capability to have UltraSSD Enabled Virtual Machines on Dedicated Hosts of the Dedicated Host Group. For the Virtual Machines to be UltraSSD Enabled, UltraSSDEnabled flag for the resource needs to be set true as well. The value is defaulted to 'false' when not provided. Please refer to https://docs.microsoft.com/en-us/azure/virtual-machines/disks-enable-ultra-ssd for more details on Ultra SSD feature. Note: The ultraSSDEnabled setting can only be enabled for Host Groups that are created as zonal. Minimum api-version: 2022-03-01.

[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