| Modifier and Type | Method and Description |
|---|---|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithDataDiskFromSnapshot.fromSnapshot(Snapshot snapshot)
Specifies the source data managed snapshot.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithDataSnapshotFromSnapshot.withDataFromSnapshot(Snapshot snapshot)
Specifies the source data managed snapshot.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithLinuxSnapshotSource.withLinuxFromSnapshot(Snapshot sourceSnapshot)
Specifies the source Linux OS managed snapshot.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithLinuxDiskSource.withLinuxFromSnapshot(Snapshot sourceSnapshot)
Specifies the source Linux OS managed snapshot.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withLinuxFromSnapshot(Snapshot sourceSnapshot,
OperatingSystemStateTypes osState)
Specifies the Linux source snapshot for the OS disk image.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithWindowsSnapshotSource.withWindowsFromSnapshot(Snapshot sourceSnapshot)
Specifies the source Windows OS managed snapshot.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithWindowsDiskSource.withWindowsFromSnapshot(Snapshot sourceSnapshot)
Specifies a source Windows OS managed snapshot.
|
VirtualMachineCustomImage.DefinitionStages.WithCreateAndDataDiskImageOSDiskSettings |
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSource.withWindowsFromSnapshot(Snapshot sourceSnapshot,
OperatingSystemStateTypes osState)
Specifies the Windows source snapshot for the OS disk image.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/