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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java