ArmComputeFleetModelFactory.AdditionalCapabilities Method
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.
public static Azure.ResourceManager.ComputeFleet.Models.AdditionalCapabilities AdditionalCapabilities(bool? isUltraSSDEnabled = default, bool? isHibernationEnabled = default);
static member AdditionalCapabilities : Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.ComputeFleet.Models.AdditionalCapabilities
Public Shared Function AdditionalCapabilities (Optional isUltraSSDEnabled As Nullable(Of Boolean) = Nothing, Optional isHibernationEnabled As Nullable(Of Boolean) = Nothing) As AdditionalCapabilities
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.
The flag that enables or disables hibernation capability on the VM.
Returns
A new AdditionalCapabilities instance for mocking.