Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
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.withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection)
Set encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per 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 © 2019. All rights reserved.