Uses of Interface
com.azure.resourcemanager.compute.models.Disk.Update
-
Packages that use Disk.Update Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of Disk.Update in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return Disk.Update Modifier and Type Method Description Disk.UpdateDisk.UpdateStages.WithDiskEncryption. withDiskEncryptionSet(String diskEncryptionSetId, EncryptionType encryptionType)Specifies the disk encryption set.Disk.UpdateDisk.UpdateStages.WithOSSettings. withOSType(OperatingSystemTypes osType)Specifies the operating system.Disk.UpdateDisk.UpdateStages.WithSize. withSizeInGB(int sizeInGB)Specifies the disk size.Disk.UpdateDisk.UpdateStages.WithSku. withSku(DiskSkuTypes sku)Specifies the SKU.
-