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
Subinterfaces with type arguments of type Disk.Update in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure managed disk.static interfaceThe template for an update operation, containing all the settings that can be modified.Methods in com.azure.resourcemanager.compute.models that return Disk.UpdateModifier and TypeMethodDescriptionDisk.UpdateStages.WithPublicNetworkAccess.disablePublicNetworkAccess()Disables public network access for the disk.Disk.UpdateStages.WithPublicNetworkAccess.enablePublicNetworkAccess()Enables public network access for the disk.Disk.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.WithIopsThroughput.withIopsReadOnly(long diskIopsReadOnly) Sets the total number of IOPS allowed across all VMs mounting this shared disk as read-only.Disk.UpdateStages.WithIopsThroughput.withIopsReadWrite(long diskIopsReadWrite) Sets the number of IOPS allowed for this disk.Disk.UpdateStages.WithDiskSharing.withMaximumShares(int maximumShares) Sets the maximum number of VMs that can attach to the disk at the same time.Disk.UpdateStages.WithIopsThroughput.withMBpsReadOnly(long diskMBpsReadOnly) Sets the total throughput (MBps) allowed across all VMs mounting this shared disk as read-only.Disk.UpdateStages.WithIopsThroughput.withMBpsReadWrite(long diskMBpsReadWrite) Sets the throughput (MBps) allowed for this disk.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.