| Modifier and Type | Interface and Description |
|---|---|
static interface |
Disk.Definition
The entirety of the managed disk definition.
|
| Modifier and Type | Method and Description |
|---|---|
Disk.DefinitionStages.WithStorageAccount |
Disk.DefinitionStages.WithDataDiskFromVhd.fromVhd(String vhdUrl)
Specifies the source data VHD.
|
Disk.DefinitionStages.WithStorageAccount |
Disk.DefinitionStages.WithLinuxDiskSource.withLinuxFromVhd(String vhdUrl)
Specifies the source specialized or generalized Linux OS VHD.
|
Disk.DefinitionStages.WithStorageAccount |
Disk.DefinitionStages.WithWindowsDiskSource.withWindowsFromVhd(String vhdUrl)
Specifies a source specialized or generalized Windows OS VHD.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/