IWithDataSnapshotSource Interface

Definition

The stage of the managed snapshot definition allowing to choose data source.

public interface IWithDataSnapshotSource : Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithDataSnapshotFromDisk, Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithDataSnapshotFromSnapshot, Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithDataSnapshotFromVhd
type IWithDataSnapshotSource = interface
    interface IWithDataSnapshotFromVhd
    interface IWithDataSnapshotFromDisk
    interface IWithDataSnapshotFromSnapshot
Public Interface IWithDataSnapshotSource
Implements IWithDataSnapshotFromDisk, IWithDataSnapshotFromSnapshot, IWithDataSnapshotFromVhd
Derived
Implements

Methods

WithDataFromDisk(IDisk)

Specifies the source data managed disk.

(Inherited from IWithDataSnapshotFromDisk)
WithDataFromDisk(String)

Specifies the ID of source data managed disk.

(Inherited from IWithDataSnapshotFromDisk)
WithDataFromSnapshot(ISnapshot)

Specifies the source data managed snapshot.

(Inherited from IWithDataSnapshotFromSnapshot)
WithDataFromSnapshot(String)

Specifies the source data managed snapshot.

(Inherited from IWithDataSnapshotFromSnapshot)
WithDataFromVhd(String, String)

Specifies the source data VHD and the storage account ID.

(Inherited from IWithDataSnapshotFromVhd)

Applies to