Class AdditionalCapabilities
Enables or disables a capability on the virtual machine or virtual machine scale set.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Compute.dll
Syntax
public class AdditionalCapabilities
Constructors
AdditionalCapabilities()
Initializes a new instance of the AdditionalCapabilities class.
Declaration
public AdditionalCapabilities ();
AdditionalCapabilities(Nullable<Boolean>)
Initializes a new instance of the AdditionalCapabilities class.
Declaration
public AdditionalCapabilities (Nullable<bool> ultraSSDEnabled = null);
Parameters
|
Nullable<Boolean>
ultraSSDEnabled
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. |
Properties
UltraSSDEnabled
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.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="ultraSSDEnabled")]
public Nullable<bool> UltraSSDEnabled { get; set; }
Property Value
|
Nullable<Boolean>
|