public static interface Disk.DefinitionStages.WithLinuxDiskSource
| Modifier and Type | Method and Description |
|---|---|
Disk.DefinitionStages.WithCreateAndSize |
withLinuxFromDisk(Disk sourceDisk)
Specifies the source Linux OS managed disk.
|
Disk.DefinitionStages.WithCreateAndSize |
withLinuxFromDisk(String sourceDiskId)
Specifies the source Linux OS managed disk.
|
Disk.DefinitionStages.WithCreateAndSize |
withLinuxFromSnapshot(Snapshot sourceSnapshot)
Specifies the source Linux OS managed snapshot.
|
Disk.DefinitionStages.WithCreateAndSize |
withLinuxFromSnapshot(String sourceSnapshotId)
Specifies the source Linux OS managed snapshot.
|
Disk.DefinitionStages.WithCreateAndSize |
withLinuxFromVhd(String vhdUrl)
Specifies the source specialized or generalized Linux OS VHD.
|
Disk.DefinitionStages.WithCreateAndSize withLinuxFromDisk(String sourceDiskId)
sourceDiskId - source managed disk resource IDDisk.DefinitionStages.WithCreateAndSize withLinuxFromDisk(Disk sourceDisk)
sourceDisk - source managed diskDisk.DefinitionStages.WithCreateAndSize withLinuxFromSnapshot(String sourceSnapshotId)
sourceSnapshotId - snapshot resource IDDisk.DefinitionStages.WithCreateAndSize withLinuxFromSnapshot(Snapshot sourceSnapshot)
sourceSnapshot - source snapshotDisk.DefinitionStages.WithCreateAndSize withLinuxFromVhd(String vhdUrl)
vhdUrl - the source VHD URL/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/