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