Uses of Class
com.microsoft.azure.management.compute.DiskUpdate
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of DiskUpdate in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionDiskUpdate.withBurstingEnabled
(Boolean burstingEnabled) Set set to true to enable bursting beyond the provisioned performance target of the disk.DiskUpdate.withDiskAccessId
(String diskAccessId) Set aRM id of the DiskAccess resource for using private endpoints on disks.DiskUpdate.withDiskIOPSReadOnly
(Long diskIOPSReadOnly) Set the total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly.DiskUpdate.withDiskIOPSReadWrite
(Long diskIOPSReadWrite) Set the number of IOPS allowed for this disk; only settable for UltraSSD disks.DiskUpdate.withDiskMBpsReadOnly
(Long diskMBpsReadOnly) Set the total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly.DiskUpdate.withDiskMBpsReadWrite
(Long diskMBpsReadWrite) Set the bandwidth allowed for this disk; only settable for UltraSSD disks.DiskUpdate.withDiskSizeGB
(Integer diskSizeGB) Set if creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create.DiskUpdate.withEncryption
(Encryption encryption) Set encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.DiskUpdate.withEncryptionSettingsCollection
(EncryptionSettingsCollection encryptionSettingsCollection) Set encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.DiskUpdate.withMaxShares
(Integer maxShares) Set the maximum number of VMs that can attach to the disk at the same time.DiskUpdate.withNetworkAccessPolicy
(NetworkAccessPolicy networkAccessPolicy) Set possible values include: 'AllowAll', 'AllowPrivate', 'DenyAll'.DiskUpdate.withOsType
(OperatingSystemTypes osType) Set the Operating System type.DiskUpdate.withPurchasePlan
(PurchasePlan purchasePlan) Set purchase plan information to be added on the OS disk.Set the sku value.Set resource tags.Set performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/.