| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| 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 © 2020 Microsoft Corporation. All rights reserved.