public static interface Snapshot.DefinitionStages.WithDataSnapshotFromDisk
| Modifier and Type | Method and Description |
|---|---|
Snapshot.DefinitionStages.WithCreate |
withDataFromDisk(Disk managedDisk)
Specifies the source data managed disk.
|
Snapshot.DefinitionStages.WithCreate |
withDataFromDisk(String managedDiskId)
Specifies the ID of source data managed disk.
|
Snapshot.DefinitionStages.WithCreate withDataFromDisk(String managedDiskId)
managedDiskId - source managed disk resource IDSnapshot.DefinitionStages.WithCreate withDataFromDisk(Disk managedDisk)
managedDisk - a source managed disk/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/