Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
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 blobUri property: The Virtual Hard Disk.
|
ImageDisk |
ImageDisk.withCaching(CachingTypes caching)
Set the caching property: Specifies the caching requirements.
|
ImageDisk |
ImageDisk.withDiskEncryptionSet(com.azure.core.management.SubResource diskEncryptionSet)
Set the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the
managed image disk.
|
ImageDisk |
ImageDisk.withDiskSizeGB(Integer diskSizeGB)
Set the diskSizeGB property: Specifies the size of empty data disks in gigabytes.
|
ImageDisk |
ImageDisk.withManagedDisk(com.azure.core.management.SubResource managedDisk)
Set the managedDisk property: The managedDisk.
|
ImageDisk |
ImageDisk.withSnapshot(com.azure.core.management.SubResource snapshot)
Set the snapshot property: The snapshot.
|
ImageDisk |
ImageDisk.withStorageAccountType(StorageAccountTypes storageAccountType)
Set the storageAccountType property: Specifies the storage account type for the managed disk.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.