Uses of Class
com.azure.resourcemanager.compute.models.GalleryImageVersionStorageProfile
-
Packages that use GalleryImageVersionStorageProfile Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of GalleryImageVersionStorageProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return GalleryImageVersionStorageProfile Modifier and Type Method Description GalleryImageVersionStorageProfileGalleryImageVersionInner. storageProfile()Get the storageProfile property: This is the storage profile of a Gallery Image Version.GalleryImageVersionStorageProfileGalleryImageVersionProperties. storageProfile()Get the storageProfile property: This is the storage profile of a Gallery Image Version.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type GalleryImageVersionStorageProfile Modifier and Type Method Description GalleryImageVersionInnerGalleryImageVersionInner. withStorageProfile(GalleryImageVersionStorageProfile storageProfile)Set the storageProfile property: This is the storage profile of a Gallery Image Version.GalleryImageVersionPropertiesGalleryImageVersionProperties. withStorageProfile(GalleryImageVersionStorageProfile storageProfile)Set the storageProfile property: This is the storage profile of a Gallery Image Version. -
Uses of GalleryImageVersionStorageProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryImageVersionStorageProfile Modifier and Type Method Description GalleryImageVersionStorageProfileGalleryImageVersion. storageProfile()GalleryImageVersionStorageProfileGalleryImageVersionUpdate. storageProfile()Get the storageProfile property: This is the storage profile of a Gallery Image Version.GalleryImageVersionStorageProfileGalleryImageVersionStorageProfile. withDataDiskImages(List<GalleryDataDiskImage> dataDiskImages)Set the dataDiskImages property: A list of data disk images.GalleryImageVersionStorageProfileGalleryImageVersionStorageProfile. withOsDiskImage(GalleryOSDiskImage osDiskImage)Set the osDiskImage property: This is the OS disk image.GalleryImageVersionStorageProfileGalleryImageVersionStorageProfile. withSource(GalleryArtifactVersionSource source)Set the source property: The gallery artifact version source.Methods in com.azure.resourcemanager.compute.models with parameters of type GalleryImageVersionStorageProfile Modifier and Type Method Description GalleryImageVersionUpdateGalleryImageVersionUpdate. withStorageProfile(GalleryImageVersionStorageProfile storageProfile)Set the storageProfile property: This is the storage profile of a Gallery Image Version.
-