| Package | Description | 
|---|---|
| com.microsoft.azure.management.compute | 
 This package contains the classes for ComputeManagementClient. 
 | 
| 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.withBlobUri(String blobUri)
Set the Virtual Hard Disk. 
 | 
ImageOSDisk | 
ImageOSDisk.withCaching(CachingTypes caching)
Set specifies the caching requirements. 
 | 
ImageOSDisk | 
ImageOSDisk.withDiskSizeGB(Integer diskSizeGB)
Set specifies the size of empty data disks in gigabytes. 
 | 
ImageOSDisk | 
ImageOSDisk.withManagedDisk(SubResource managedDisk)
Set the managedDisk. 
 | 
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. 
 | 
ImageOSDisk | 
ImageOSDisk.withSnapshot(SubResource snapshot)
Set the snapshot. 
 | 
ImageOSDisk | 
ImageOSDisk.withStorageAccountType(StorageAccountTypes storageAccountType)
Set specifies the storage account type for the managed disk. 
 | 
| 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 © 2019. All rights reserved.