| Modifier and Type | Class and Description |
|---|---|
class |
ImageDataDisk
Describes a data disk.
|
class |
ImageOSDisk
Describes an Operating System disk.
|
| Modifier and Type | Method and Description |
|---|---|
ImageDisk |
ImageDisk.withBlobUri(String blobUri)
Set the Virtual Hard Disk.
|
ImageDisk |
ImageDisk.withCaching(CachingTypes caching)
Set specifies the caching requirements.
|
ImageDisk |
ImageDisk.withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet)
Set specifies the customer managed disk encryption set resource id for the managed image disk.
|
ImageDisk |
ImageDisk.withDiskSizeGB(Integer diskSizeGB)
Set specifies the size of empty data disks in gigabytes.
|
ImageDisk |
ImageDisk.withManagedDisk(com.microsoft.azure.SubResource managedDisk)
Set the managedDisk.
|
ImageDisk |
ImageDisk.withSnapshot(com.microsoft.azure.SubResource snapshot)
Set the snapshot.
|
ImageDisk |
ImageDisk.withStorageAccountType(StorageAccountTypes storageAccountType)
Set specifies the storage account type for the managed disk.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/