public static interface Disk.DefinitionStages.WithDataDiskFromSnapshot
| Modifier and Type | Method and Description |
|---|---|
Disk.DefinitionStages.WithCreateAndSize |
fromSnapshot(Snapshot snapshot)
Specifies the source data managed snapshot.
|
Disk.DefinitionStages.WithCreateAndSize |
fromSnapshot(String snapshotId)
Specifies the source data managed snapshot.
|
Disk.DefinitionStages.WithCreateAndSize fromSnapshot(String snapshotId)
snapshotId - snapshot resource IDDisk.DefinitionStages.WithCreateAndSize fromSnapshot(Snapshot snapshot)
snapshot - snapshot resource/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/