Uses of Interface
com.azure.resourcemanager.compute.models.Disk.Update
Packages that use Disk.Update
Package
Description
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.UpdateModifier and TypeMethodDescriptionDisk.UpdateStages.WithDiskEncryption.withDiskEncryptionSet(String diskEncryptionSetId, EncryptionType encryptionType) Specifies the disk encryption set.Disk.UpdateStages.WithHibernationSupport.withHibernationSupport()Specifies hibernation support for the OS on the disk.Disk.UpdateStages.WithHyperVGeneration.withHyperVGeneration(HyperVGeneration hyperVGeneration) Specifies the hypervisor generation.Disk.UpdateStages.WithOSSettings.withOSType(OperatingSystemTypes osType) Specifies the operating system.Disk.UpdateStages.WithHibernationSupport.withoutHibernationSupport()Specifies hibernation support disabled for the OS on the disk.Disk.UpdateStages.WithSize.withSizeInGB(int sizeInGB) Specifies the disk size.Disk.UpdateStages.WithSku.withSku(DiskSkuTypes sku) Specifies the SKU.