| Modifier and Type | Method and Description |
|---|---|
ImageOSDisk |
ImageStorageProfile.osDisk()
Get the osDisk value.
|
ImageOSDisk |
VirtualMachineCustomImage.osDiskImage() |
ImageOSDisk |
ImageOSDisk.withBlobUri(String blobUri)
Set the blobUri value.
|
ImageOSDisk |
ImageOSDisk.withCaching(CachingTypes caching)
Set the caching value.
|
ImageOSDisk |
ImageOSDisk.withDiskSizeGB(Integer diskSizeGB)
Set the diskSizeGB value.
|
ImageOSDisk |
ImageOSDisk.withManagedDisk(com.microsoft.azure.SubResource managedDisk)
Set the managedDisk value.
|
ImageOSDisk |
ImageOSDisk.withOsState(OperatingSystemStateTypes osState)
Set the osState value.
|
ImageOSDisk |
ImageOSDisk.withOsType(OperatingSystemTypes osType)
Set the osType value.
|
ImageOSDisk |
ImageOSDisk.withSnapshot(com.microsoft.azure.SubResource snapshot)
Set the snapshot value.
|
ImageOSDisk |
ImageOSDisk.withStorageAccountType(StorageAccountTypes storageAccountType)
Set the storageAccountType value.
|
| Modifier and Type | Method and Description |
|---|---|
ImageStorageProfile |
ImageStorageProfile.withOsDisk(ImageOSDisk osDisk)
Set the osDisk value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/