Uses of Class
com.microsoft.azure.management.compute.GalleryImageVersionStorageProfile
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of GalleryImageVersionStorageProfile in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionGalleryImageVersion.storageProfile()
GalleryImageVersionUpdate.storageProfile()
Get the storageProfile value.GalleryImageVersionStorageProfile.withDataDiskImages
(List<GalleryDataDiskImage> dataDiskImages) Set a list of data disk images.GalleryImageVersionStorageProfile.withOsDiskImage
(GalleryOSDiskImage osDiskImage) Set the osDiskImage value.GalleryImageVersionStorageProfile.withSource
(GalleryArtifactVersionSource source) Set the source value.Modifier and TypeMethodDescriptionGalleryImageVersionUpdate.withStorageProfile
(GalleryImageVersionStorageProfile storageProfile) Set the storageProfile value.