Uses of Class
com.microsoft.azure.management.compute.ImageStorageProfile
Packages that use ImageStorageProfile
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of ImageStorageProfile in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return ImageStorageProfileModifier 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.Methods in com.microsoft.azure.management.compute with parameters of type ImageStorageProfileModifier and TypeMethodDescriptionImageUpdate.withStorageProfile(ImageStorageProfile storageProfile) Set specifies the storage settings for the virtual machine disks.