Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ImageOSDisk |
ImageStorageProfile.osDisk()
Get the osDisk property: Specifies information about the operating system disk used by the virtual machine.
|
ImageOSDisk |
VirtualMachineCustomImage.osDiskImage() |
ImageOSDisk |
ImageOSDisk.withOsState(OperatingSystemStateTypes osState)
Set the osState property: The OS State.
|
ImageOSDisk |
ImageOSDisk.withOsType(OperatingSystemTypes osType)
Set the osType property: 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 the osDisk property: Specifies information about the operating system disk used by the virtual machine.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.