IWithOSDiskImageSource Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the image definition allowing to choose an OS source and an OS state for the OS image.
public interface IWithOSDiskImageSource
type IWithOSDiskImageSource = interface
Public Interface IWithOSDiskImageSource
- Derived
Methods
WithLinuxFromDisk(IDisk, OperatingSystemStateTypes) |
Specifies the Linux source managed disk for the OS disk image. |
WithLinuxFromDisk(String, OperatingSystemStateTypes) |
Specifies the Linux source managed disk for the OS disk image. |
WithLinuxFromSnapshot(ISnapshot, OperatingSystemStateTypes) |
Specifies the Linux source snapshot for the OS disk image. |
WithLinuxFromSnapshot(String, OperatingSystemStateTypes) |
Specifies the Linux source snapshot for the OS disk image. |
WithLinuxFromVhd(String, OperatingSystemStateTypes) |
Specifies the Linux source native VHD for the OS disk image. |
WithWindowsFromDisk(IDisk, OperatingSystemStateTypes) |
Specifies the Windows source managed disk for the OS disk image. |
WithWindowsFromDisk(String, OperatingSystemStateTypes) |
Specifies the Windows source managed disk for the OS disk image. |
WithWindowsFromSnapshot(ISnapshot, OperatingSystemStateTypes) |
Specifies the Windows source snapshot for the OS disk image. |
WithWindowsFromSnapshot(String, OperatingSystemStateTypes) |
Specifies the Windows source snapshot for the OS disk image. |
WithWindowsFromVhd(String, OperatingSystemStateTypes) |
Specifies the Windows source native VHD for the OS disk image. |