| Modifier and Type | Method and Description |
|---|---|
ImageOSDisk |
ImageStorageProfile.osDisk()
Get specifies information about the operating system disk used by the virtual machine.
|
ImageOSDisk |
VirtualMachineCustomImage.osDiskImage() |
ImageOSDisk |
ImageOSDisk.withOsState(OperatingSystemStateTypes osState)
Set the OS State.
|
ImageOSDisk |
ImageOSDisk.withOsType(OperatingSystemTypes osType)
Set this property allows you to specify the type of the OS that is included in the disk if creating a VM from a custom image.
|
| Modifier and Type | Method and Description |
|---|---|
ImageStorageProfile |
ImageStorageProfile.withOsDisk(ImageOSDisk osDisk)
Set specifies information about the operating system disk used by the virtual machine.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/