Interface Snapshot.DefinitionStages
-
- Enclosing interface:
- Snapshot
public static interface Snapshot.DefinitionStagesGrouping of managed snapshot definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSnapshot.DefinitionStages.BlankThe first stage of a managed snapshot definition.static interfaceSnapshot.DefinitionStages.WithCreateThe stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.static interfaceSnapshot.DefinitionStages.WithDataSnapshotFromDiskThe stage of the managed disk definition allowing to choose managed disk containing data.static interfaceSnapshot.DefinitionStages.WithDataSnapshotFromImageThe stage of the managed disk definition allowing to choose source data disk image.static interfaceSnapshot.DefinitionStages.WithDataSnapshotFromSnapshotThe stage of the managed disk definition allowing to choose managed snapshot containing data.static interfaceSnapshot.DefinitionStages.WithDataSnapshotFromVhdThe stage of the managed disk definition allowing to choose source data disk VHD.static interfaceSnapshot.DefinitionStages.WithDataSnapshotSourceThe stage of the managed snapshot definition allowing to choose data source.static interfaceSnapshot.DefinitionStages.WithGroupThe stage of the managed snapshot definition allowing to specify the resource group.static interfaceSnapshot.DefinitionStages.WithIncrementalThe stage of the managed snapshot allowing to specify incremental snapshot.static interfaceSnapshot.DefinitionStages.WithLinuxSnapshotSourceThe stage of the managed snapshot definition allowing to choose a Linux OS source.static interfaceSnapshot.DefinitionStages.WithOSSnapshotFromImageThe stage of the managed disk definition allowing to choose a source operating system image.static interfaceSnapshot.DefinitionStages.WithSizeThe stage of the managed snapshot allowing to specify the size.static interfaceSnapshot.DefinitionStages.WithSkuThe stage of the snapshot definition allowing to choose account type.static interfaceSnapshot.DefinitionStages.WithSnapshotSourceThe stage of the managed snapshot definition allowing to choose OS source or data source.static interfaceSnapshot.DefinitionStages.WithWindowsSnapshotSourceThe stage of the managed snapshot definition allowing to choose Windows OS source.
-