Partager via


IWithSnapshotSource Interface

Définition

Étape de la définition de la instantané managée permettant de choisir la source de système d’exploitation ou la source de données.

public interface IWithSnapshotSource : Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithDataSnapshotSource, Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithLinuxSnapshotSource, Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithWindowsSnapshotSource
type IWithSnapshotSource = interface
    interface IWithWindowsSnapshotSource
    interface IWithLinuxSnapshotSource
    interface IWithDataSnapshotSource
    interface IWithDataSnapshotFromVhd
    interface IWithDataSnapshotFromDisk
    interface IWithDataSnapshotFromSnapshot
Public Interface IWithSnapshotSource
Implements IWithDataSnapshotSource, IWithLinuxSnapshotSource, IWithWindowsSnapshotSource
Dérivé
Implémente

Méthodes

WithDataFromDisk(IDisk)

Spécifie le disque managé de 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 de données sources et l’ID du compte de stockage.

(Hérité de IWithDataSnapshotFromVhd)
WithLinuxFromDisk(IDisk)

Spécifie le disque managé du système d’exploitation Linux source.

(Hérité de IWithLinuxSnapshotSource)
WithLinuxFromDisk(String)

Spécifie le disque managé du système d’exploitation Linux source.

(Hérité de IWithLinuxSnapshotSource)
WithLinuxFromSnapshot(ISnapshot)

Spécifie le instantané managé du système d’exploitation Linux source.

(Hérité de IWithLinuxSnapshotSource)
WithLinuxFromSnapshot(String)

Spécifie le instantané managé du système d’exploitation Linux source.

(Hérité de IWithLinuxSnapshotSource)
WithLinuxFromVhd(String, String)

Spécifie le disque dur virtuel du système d’exploitation Linux spécialisé ou généralisé source et l’ID du compte de stockage.

(Hérité de IWithLinuxSnapshotSource)
WithWindowsFromDisk(IDisk)

Spécifie le disque managé du système d’exploitation Windows source.

(Hérité de IWithWindowsSnapshotSource)
WithWindowsFromDisk(String)

Spécifie le disque managé du système d’exploitation Windows source.

(Hérité de IWithWindowsSnapshotSource)
WithWindowsFromSnapshot(ISnapshot)

Spécifie le instantané managé du système d’exploitation Windows source.

(Hérité de IWithWindowsSnapshotSource)
WithWindowsFromSnapshot(String)

Spécifie le instantané managé du système d’exploitation Windows source.

(Hérité de IWithWindowsSnapshotSource)
WithWindowsFromVhd(String, String)

Spécifie le disque dur virtuel du système d’exploitation Windows spécialisé ou généralisé source et l’ID du compte de stockage.

(Hérité de IWithWindowsSnapshotSource)

S’applique à