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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java