| 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.WithCreateAndSize |
Disk.DefinitionStages.WithDataDiskFromDisk.fromDisk(Disk managedDisk)
Specifies the source data managed disk.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithDataDiskFromDisk.fromDisk(String managedDiskId)
Specifies the ID of source data managed disk.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithDataDiskFromImage.fromImage(String imageId,
int diskLun)
Specifies the ID of an image containing source data disk image.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithOSDiskFromImage.fromImage(String imageId,
OperatingSystemTypes osType)
Specifies the ID of an image containing the operating system.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithOSDiskFromImage.fromImage(VirtualMachineCustomImage image)
Specifies a custom image containing the operating system.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithDataDiskFromImage.fromImage(VirtualMachineCustomImage image,
int diskLun)
Specifies a custom image containing a source data disk image.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithOSDiskFromImage.fromImage(VirtualMachineImage image)
Specifies an image containing the operating system.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithDataDiskFromImage.fromImage(VirtualMachineImage image,
int diskLun)
Specifies an image containing source data disk image.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithDataDiskFromSnapshot.fromSnapshot(Snapshot snapshot)
Specifies the source data managed snapshot.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithDataDiskFromSnapshot.fromSnapshot(String snapshotId)
Specifies the source data managed snapshot.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithDataDiskFromVhd.fromVhd(String vhdUrl)
Specifies the source data VHD.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithLinuxDiskSource.withLinuxFromDisk(Disk sourceDisk)
Specifies the source Linux OS managed disk.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithLinuxDiskSource.withLinuxFromDisk(String sourceDiskId)
Specifies the source Linux OS managed disk.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithLinuxDiskSource.withLinuxFromSnapshot(Snapshot sourceSnapshot)
Specifies the source Linux OS managed snapshot.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithLinuxDiskSource.withLinuxFromSnapshot(String sourceSnapshotId)
Specifies the source Linux OS managed snapshot.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithLinuxDiskSource.withLinuxFromVhd(String vhdUrl)
Specifies the source specialized or generalized Linux OS VHD.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithCreateAndSize.withSizeInGB(int sizeInGB)
Specifies the disk size.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithWindowsDiskSource.withWindowsFromDisk(Disk sourceDisk)
Specifies a source Windows OS managed disk.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithWindowsDiskSource.withWindowsFromDisk(String sourceDiskId)
Specifies a source Windows OS managed disk.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithWindowsDiskSource.withWindowsFromSnapshot(Snapshot sourceSnapshot)
Specifies a source Windows OS managed snapshot.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithWindowsDiskSource.withWindowsFromSnapshot(String sourceSnapshotId)
Specifies a source Windows OS managed snapshot.
|
Disk.DefinitionStages.WithCreateAndSize |
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.
*/