IWithDataSnapshotSource Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
É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 à
Azure SDK for .NET