Interface Disk.UpdateStages.WithDiskSharing

All Known Subinterfaces:
Disk.Update
Enclosing interface:
Disk.UpdateStages

public static interface Disk.UpdateStages.WithDiskSharing
The stage of disk update allowing to configure managed disk sharing settings.
  • Method Summary

    Modifier and Type
    Method
    Description
    withMaximumShares(int maximumShares)
    Sets the maximum number of VMs that can attach to the disk at the same time.
  • Method Details

    • withMaximumShares

      Disk.Update withMaximumShares(int maximumShares)
      Sets the maximum number of VMs that can attach to the disk at the same time.
      Parameters:
      maximumShares - the maximum number of VMs that can attach to the disk at the same time
      Returns:
      the next stage of the update