public static interface Snapshot.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
Snapshot.DefinitionStages.Blank
The first stage of a managed snapshot definition.
|
static interface |
Snapshot.DefinitionStages.WithCreate
The 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 interface |
Snapshot.DefinitionStages.WithDataSnapshotFromDisk
The stage of the managed disk definition allowing to choose managed disk containing data.
|
static interface |
Snapshot.DefinitionStages.WithDataSnapshotFromImage
The stage of the managed disk definition allowing to choose source data disk image.
|
static interface |
Snapshot.DefinitionStages.WithDataSnapshotFromSnapshot
The stage of the managed disk definition allowing to choose managed snapshot containing data.
|
static interface |
Snapshot.DefinitionStages.WithDataSnapshotFromVhd
The stage of the managed disk definition allowing to choose source data disk VHD.
|
static interface |
Snapshot.DefinitionStages.WithDataSnapshotSource
The stage of the managed snapshot definition allowing to choose data source.
|
static interface |
Snapshot.DefinitionStages.WithGroup
The stage of the managed snapshot definition allowing to specify the resource group.
|
static interface |
Snapshot.DefinitionStages.WithLinuxSnapshotSource
The stage of the managed snapshot definition allowing to choose a Linux OS source.
|
static interface |
Snapshot.DefinitionStages.WithOSSnapshotFromImage
The stage of the managed disk definition allowing to choose a source operating system image.
|
static interface |
Snapshot.DefinitionStages.WithSize
The stage of the managed snapshot allowing to specify the size.
|
static interface |
Snapshot.DefinitionStages.WithSku
The stage of the snapshot definition allowing to choose account type.
|
static interface |
Snapshot.DefinitionStages.WithSnapshotSource
The stage of the managed snapshot definition allowing to choose OS source or data source.
|
static interface |
Snapshot.DefinitionStages.WithWindowsSnapshotSource
The stage of the managed snapshot definition allowing to choose Windows OS source.
|
Copyright © 2019. All rights reserved.