IWithLinuxSnapshotSource Interface

Definition

The stage of the managed snapshot definition allowing to choose a Linux OS source.

public interface IWithLinuxSnapshotSource
type IWithLinuxSnapshotSource = interface
Public Interface IWithLinuxSnapshotSource
Derived

Methods

WithLinuxFromDisk(IDisk)

Specifies the source Linux OS managed disk.

WithLinuxFromDisk(String)

Specifies the source Linux OS managed disk.

WithLinuxFromSnapshot(ISnapshot)

Specifies the source Linux OS managed snapshot.

WithLinuxFromSnapshot(String)

Specifies the source Linux OS managed snapshot.

WithLinuxFromVhd(String, String)

Specifies the source specialized or generalized Linux OS VHD and the storage account ID.

Applies to