public static interface Disk.DefinitionStages.WithWindowsDiskSource
| Modifier and Type | Method and Description |
|---|---|
Disk.DefinitionStages.WithCreateAndSize |
withWindowsFromDisk(Disk sourceDisk)
Specifies a source Windows OS managed disk.
|
Disk.DefinitionStages.WithCreateAndSize |
withWindowsFromDisk(String sourceDiskId)
Specifies a source Windows OS managed disk.
|
Disk.DefinitionStages.WithCreateAndSize |
withWindowsFromSnapshot(Snapshot sourceSnapshot)
Specifies a source Windows OS managed snapshot.
|
Disk.DefinitionStages.WithCreateAndSize |
withWindowsFromSnapshot(String sourceSnapshotId)
Specifies a source Windows OS managed snapshot.
|
Disk.DefinitionStages.WithCreateAndSize |
withWindowsFromVhd(String vhdUrl)
Specifies a source specialized or generalized Windows OS VHD.
|
Disk.DefinitionStages.WithCreateAndSize withWindowsFromDisk(String sourceDiskId)
sourceDiskId - source managed disk resource IDDisk.DefinitionStages.WithCreateAndSize withWindowsFromDisk(Disk sourceDisk)
sourceDisk - source managed diskDisk.DefinitionStages.WithCreateAndSize withWindowsFromSnapshot(String sourceSnapshotId)
sourceSnapshotId - snapshot resource IDDisk.DefinitionStages.WithCreateAndSize withWindowsFromSnapshot(Snapshot sourceSnapshot)
sourceSnapshot - source snapshotDisk.DefinitionStages.WithCreateAndSize withWindowsFromVhd(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.
*/