IWithDataSnapshotSource Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Die Phase der verwalteten Momentaufnahme Definition, die die Auswahl der Datenquelle ermöglicht.
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
- Abgeleitet
- Implementiert
Methoden
WithDataFromDisk(IDisk) |
Gibt den verwalteten Quelldatendatenträger an. (Geerbt von IWithDataSnapshotFromDisk) |
WithDataFromDisk(String) |
Gibt die ID des verwalteten Quelldatendatenträgers an. (Geerbt von IWithDataSnapshotFromDisk) |
WithDataFromSnapshot(ISnapshot) |
Gibt die Momentaufnahme verwalteten Quelldaten an. (Geerbt von IWithDataSnapshotFromSnapshot) |
WithDataFromSnapshot(String) |
Gibt die Momentaufnahme verwalteten Quelldaten an. (Geerbt von IWithDataSnapshotFromSnapshot) |
WithDataFromVhd(String, String) |
Gibt die Quelldaten-VHD und die Speicherkonto-ID an. (Geerbt von IWithDataSnapshotFromVhd) |
Gilt für:
Azure SDK for .NET