Snapshot.DefinitionStages.WithDataSnapshotSource Interface
public interface WithDataSnapshotSource extends Snapshot.DefinitionStages.WithDataSnapshotFromVhd,Snapshot.DefinitionStages.WithDataSnapshotFromDisk,Snapshot.DefinitionStages.WithDataSnapshotFromSnapshot
The stage of the managed snapshot definition allowing to choose data source.
Inherited Members
Snapshot.DefinitionStages.WithDataSnapshotFromDisk.withDataFromDisk(String managedDiskId)
Snapshot.DefinitionStages.WithDataSnapshotFromDisk.withDataFromDisk(Disk managedDisk)
Snapshot.DefinitionStages.WithDataSnapshotFromSnapshot.withDataFromSnapshot(String snapshotId)
Snapshot.DefinitionStages.WithDataSnapshotFromSnapshot.withDataFromSnapshot(Snapshot snapshot)
Snapshot.DefinitionStages.WithDataSnapshotFromVhd.withDataFromVhd(String vhdUrl)
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java