public final class AdditionalCapabilities extends Object
Constructor and Description |
---|
AdditionalCapabilities() |
Modifier and Type | Method and Description |
---|---|
Boolean |
ultraSsdEnabled()
Get the ultraSsdEnabled property: 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.
|
void |
validate()
Validates the instance.
|
AdditionalCapabilities |
withUltraSsdEnabled(Boolean ultraSsdEnabled)
Set the ultraSsdEnabled property: 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.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.