Partager via


IWithDataSnapshotSource Interface

Définition

Étape de la définition instantané managée permettant de choisir une source de données.

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
Dérivé
Implémente

Méthodes

WithDataFromDisk(IDisk)

Spécifie le disque managé des données sources.

(Hérité de IWithDataSnapshotFromDisk)
WithDataFromDisk(String)

Spécifie l’ID du disque managé de données sources.

(Hérité de IWithDataSnapshotFromDisk)
WithDataFromSnapshot(ISnapshot)

Spécifie les données sources instantané gérées.

(Hérité de IWithDataSnapshotFromSnapshot)
WithDataFromSnapshot(String)

Spécifie les données sources instantané gérées.

(Hérité de IWithDataSnapshotFromSnapshot)
WithDataFromVhd(String, String)

Spécifie le disque dur virtuel des données sources et l’ID du compte de stockage.

(Hérité de IWithDataSnapshotFromVhd)

S’applique à