AdditionalCapabilities Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AdditionalCapabilities() |
Initializes a new instance of the AdditionalCapabilities class. |
AdditionalCapabilities(Nullable<Boolean>) |
Initializes a new instance of the AdditionalCapabilities class. |
AdditionalCapabilities()
Initializes a new instance of the AdditionalCapabilities class.
public AdditionalCapabilities ();
Public Sub New ()
Applies to
AdditionalCapabilities(Nullable<Boolean>)
Initializes a new instance of the AdditionalCapabilities class.
public AdditionalCapabilities (bool? ultraSSDEnabled = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.AdditionalCapabilities : Nullable<bool> -> Microsoft.Azure.Management.Compute.Fluent.Models.AdditionalCapabilities
Public Sub New (Optional ultraSSDEnabled As Nullable(Of Boolean) = Nothing)
Parameters
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.
Applies to
Azure SDK for .NET