ImageOSDisk |
ImageStorageProfile.osDisk() |
Get the osDisk property: Specifies information about the operating system disk used by the virtual machine.
|
ImageOSDisk |
VirtualMachineCustomImage.osDiskImage() |
|
ImageOSDisk |
ImageOSDisk.withBlobUri(String blobUri) |
Set the blobUri property: The Virtual Hard Disk.
|
ImageOSDisk |
ImageOSDisk.withCaching(CachingTypes caching) |
Set the caching property: Specifies the caching requirements.
|
ImageOSDisk |
ImageOSDisk.withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet) |
Set the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the
managed image disk.
|
ImageOSDisk |
ImageOSDisk.withDiskSizeGB(Integer diskSizeGB) |
Set the diskSizeGB property: Specifies the size of empty data disks in gigabytes.
|
ImageOSDisk |
ImageOSDisk.withManagedDisk(com.azure.core.management.SubResource managedDisk) |
Set the managedDisk property: The managedDisk.
|
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.
|
ImageOSDisk |
ImageOSDisk.withSnapshot(com.azure.core.management.SubResource snapshot) |
Set the snapshot property: The snapshot.
|
ImageOSDisk |
ImageOSDisk.withStorageAccountType(StorageAccountTypes storageAccountType) |
Set the storageAccountType property: Specifies the storage account type for the managed disk.
|