Interface Disk.DefinitionStages.WithLinuxDiskSource
-
- All Known Subinterfaces:
Disk.Definition,Disk.DefinitionStages.WithDiskSource
- Enclosing interface:
- Disk.DefinitionStages
public static interface Disk.DefinitionStages.WithLinuxDiskSourceThe stage of the managed disk definition allowing to choose Linux OS source.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Disk.DefinitionStages.WithCreateAndSizewithLinuxFromDisk(Disk sourceDisk)Specifies the source Linux OS managed disk.Disk.DefinitionStages.WithCreateAndSizewithLinuxFromDisk(String sourceDiskId)Specifies the source Linux OS managed disk.Disk.DefinitionStages.WithCreateAndSizewithLinuxFromSnapshot(Snapshot sourceSnapshot)Specifies the source Linux OS managed snapshot.Disk.DefinitionStages.WithCreateAndSizewithLinuxFromSnapshot(String sourceSnapshotId)Specifies the source Linux OS managed snapshot.Disk.DefinitionStages.WithStorageAccountwithLinuxFromVhd(String vhdUrl)Specifies the source specialized or generalized Linux OS VHD.
-
-
-
Method Detail
-
withLinuxFromDisk
Disk.DefinitionStages.WithCreateAndSize withLinuxFromDisk(String sourceDiskId)
Specifies the source Linux OS managed disk.- Parameters:
sourceDiskId- source managed disk resource ID- Returns:
- the next stage of the definition
-
withLinuxFromDisk
Disk.DefinitionStages.WithCreateAndSize withLinuxFromDisk(Disk sourceDisk)
Specifies the source Linux OS managed disk.- Parameters:
sourceDisk- source managed disk- Returns:
- the next stage of the definition
-
withLinuxFromSnapshot
Disk.DefinitionStages.WithCreateAndSize withLinuxFromSnapshot(String sourceSnapshotId)
Specifies the source Linux OS managed snapshot.- Parameters:
sourceSnapshotId- snapshot resource ID- Returns:
- the next stage of the definition
-
withLinuxFromSnapshot
Disk.DefinitionStages.WithCreateAndSize withLinuxFromSnapshot(Snapshot sourceSnapshot)
Specifies the source Linux OS managed snapshot.- Parameters:
sourceSnapshot- source snapshot- Returns:
- the next stage of the definition
-
withLinuxFromVhd
Disk.DefinitionStages.WithStorageAccount withLinuxFromVhd(String vhdUrl)
Specifies the source specialized or generalized Linux OS VHD.- Parameters:
vhdUrl- the source VHD URL- Returns:
- the next stage of the definition
-
-