All Methods Instance Methods Abstract Methods
| Modifier and Type |
Method |
Description |
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
withLinuxFromDisk(Disk sourceManagedDisk,
OperatingSystemStateTypes osState) |
Specifies the Linux source managed disk for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
withLinuxFromDisk(String sourceManagedDiskId,
OperatingSystemStateTypes osState) |
Specifies the Linux source managed disk for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
withLinuxFromSnapshot(Snapshot sourceSnapshot,
OperatingSystemStateTypes osState) |
Specifies the Linux source snapshot for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
withLinuxFromSnapshot(String sourceSnapshotId,
OperatingSystemStateTypes osState) |
Specifies the Linux source snapshot for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
withLinuxFromVhd(String sourceVhdUrl,
OperatingSystemStateTypes osState) |
Specifies the Linux source native VHD for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
withWindowsFromDisk(Disk sourceManagedDisk,
OperatingSystemStateTypes osState) |
Specifies the Windows source managed disk for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
withWindowsFromDisk(String sourceManagedDiskId,
OperatingSystemStateTypes osState) |
Specifies the Windows source managed disk for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
withWindowsFromSnapshot(Snapshot sourceSnapshot,
OperatingSystemStateTypes osState) |
Specifies the Windows source snapshot for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
withWindowsFromSnapshot(String sourceSnapshotId,
OperatingSystemStateTypes osState) |
Specifies the Windows source snapshot for the OS disk image.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
withWindowsFromVhd(String sourceVhdUrl,
OperatingSystemStateTypes osState) |
Specifies the Windows source native VHD for the OS disk image.
|