public class AdditionalCapabilities extends Object
| Constructor and Description |
|---|
AdditionalCapabilities() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ultraSSDEnabled()
Get 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.
|
AdditionalCapabilities |
withUltraSSDEnabled(Boolean ultraSSDEnabled)
Set 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.
|
public Boolean ultraSSDEnabled()
public AdditionalCapabilities withUltraSSDEnabled(Boolean ultraSSDEnabled)
ultraSSDEnabled - the ultraSSDEnabled value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/