Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ImageStorageProfile |
ImageUpdate.storageProfile()
Get specifies the storage settings for the virtual machine disks.
|
ImageStorageProfile |
ImageStorageProfile.withDataDisks(List<ImageDataDisk> dataDisks)
Set specifies the parameters that are used to add a data disk to a virtual machine.
|
ImageStorageProfile |
ImageStorageProfile.withOsDisk(ImageOSDisk osDisk)
Set specifies information about the operating system disk used by the virtual machine.
|
ImageStorageProfile |
ImageStorageProfile.withZoneResilient(Boolean zoneResilient)
Set specifies whether an image is zone resilient or not.
|
Modifier and Type | Method and Description |
---|---|
ImageUpdate |
ImageUpdate.withStorageProfile(ImageStorageProfile storageProfile)
Set specifies the storage settings for the virtual machine disks.
|
Copyright © 2019. All rights reserved.