| Modifier and Type | Method and Description |
|---|---|
DiskUpdate |
DiskUpdate.withDiskIOPSReadWrite(Long diskIOPSReadWrite)
Set the number of IOPS allowed for this disk; only settable for UltraSSD disks.
|
DiskUpdate |
DiskUpdate.withDiskMBpsReadWrite(Integer diskMBpsReadWrite)
Set the bandwidth allowed for this disk; only settable for UltraSSD disks.
|
DiskUpdate |
DiskUpdate.withDiskSizeGB(Integer diskSizeGB)
Set if creationData.createOption is Empty, this field is mandatory and it indicates the size of the VHD to create.
|
DiskUpdate |
DiskUpdate.withEncryptionSettings(EncryptionSettings encryptionSettings)
Set encryption settings for disk or snapshot.
|
DiskUpdate |
DiskUpdate.withOsType(OperatingSystemTypes osType)
Set the Operating System type.
|
DiskUpdate |
DiskUpdate.withSku(DiskSku sku)
Set the sku value.
|
DiskUpdate |
DiskUpdate.withTags(Map<String,String> tags)
Set resource tags.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/