Interface Disk.DefinitionStages.WithDiskSource
-
- All Superinterfaces:
Disk.DefinitionStages.WithData,Disk.DefinitionStages.WithLinuxDiskSource,Disk.DefinitionStages.WithWindowsDiskSource
- All Known Subinterfaces:
Disk.Definition
- Enclosing interface:
- Disk.DefinitionStages
public static interface Disk.DefinitionStages.WithDiskSource extends Disk.DefinitionStages.WithWindowsDiskSource, Disk.DefinitionStages.WithLinuxDiskSource, Disk.DefinitionStages.WithData
The stage of a managed disk definition allowing to choose OS source or data source.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.compute.models.Disk.DefinitionStages.WithData
withData
-
Methods inherited from interface com.azure.resourcemanager.compute.models.Disk.DefinitionStages.WithLinuxDiskSource
withLinuxFromDisk, withLinuxFromDisk, withLinuxFromSnapshot, withLinuxFromSnapshot, withLinuxFromVhd
-
Methods inherited from interface com.azure.resourcemanager.compute.models.Disk.DefinitionStages.WithWindowsDiskSource
withWindowsFromDisk, withWindowsFromDisk, withWindowsFromSnapshot, withWindowsFromSnapshot, withWindowsFromVhd
-
-