IWithDataSnapshotSource 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 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) |