Interface Snapshot.DefinitionStages.WithDataSnapshotSource
-
- All Superinterfaces:
Snapshot.DefinitionStages.WithDataSnapshotFromDisk,Snapshot.DefinitionStages.WithDataSnapshotFromSnapshot,Snapshot.DefinitionStages.WithDataSnapshotFromVhd
- All Known Subinterfaces:
Snapshot.Definition,Snapshot.DefinitionStages.WithSnapshotSource
- Enclosing interface:
- Snapshot.DefinitionStages
public static interface Snapshot.DefinitionStages.WithDataSnapshotSource extends Snapshot.DefinitionStages.WithDataSnapshotFromVhd, Snapshot.DefinitionStages.WithDataSnapshotFromDisk, Snapshot.DefinitionStages.WithDataSnapshotFromSnapshot
The stage of the managed snapshot definition allowing to choose data source.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.compute.models.Snapshot.DefinitionStages.WithDataSnapshotFromDisk
withDataFromDisk, withDataFromDisk
-
Methods inherited from interface com.azure.resourcemanager.compute.models.Snapshot.DefinitionStages.WithDataSnapshotFromSnapshot
withDataFromSnapshot, withDataFromSnapshot
-
Methods inherited from interface com.azure.resourcemanager.compute.models.Snapshot.DefinitionStages.WithDataSnapshotFromVhd
withDataFromVhd, withDataFromVhd
-
-