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 TypeMethodDescriptionwithMaximumShares(int maximumShares) Sets the maximum number of VMs that can attach to the disk at the same time.
-
Method Details