Uses of Class
com.azure.resourcemanager.compute.models.GalleryImageVersionStorageProfile
Packages that use GalleryImageVersionStorageProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 GalleryImageVersionStorageProfileModifier and TypeMethodDescriptionGalleryImageVersionInner.storageProfile()Get the storageProfile property: This is the storage profile of a Gallery Image Version.GalleryImageVersionProperties.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 GalleryImageVersionStorageProfileModifier and TypeMethodDescriptionGalleryImageVersionInner.withStorageProfile(GalleryImageVersionStorageProfile storageProfile) Set the storageProfile property: This is the storage profile of a Gallery Image Version.GalleryImageVersionProperties.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 GalleryImageVersionStorageProfileModifier and TypeMethodDescriptionGalleryImageVersionStorageProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryImageVersionStorageProfile from the JsonReader.GalleryImageVersion.storageProfile()Gets the image version storageProfile describing OS and data disks.GalleryImageVersionUpdate.storageProfile()Get the storageProfile property: This is the storage profile of a Gallery Image Version.GalleryImageVersionStorageProfile.withDataDiskImages(List<GalleryDataDiskImage> dataDiskImages) Set the dataDiskImages property: A list of data disk images.GalleryImageVersionStorageProfile.withOsDiskImage(GalleryOSDiskImage osDiskImage) Set the osDiskImage property: This is the OS disk image.GalleryImageVersionStorageProfile.withSource(GalleryArtifactVersionFullSource source) Set the source property: The source of the gallery artifact version.Methods in com.azure.resourcemanager.compute.models with parameters of type GalleryImageVersionStorageProfileModifier and TypeMethodDescriptionGalleryImageVersionUpdate.withStorageProfile(GalleryImageVersionStorageProfile storageProfile) Set the storageProfile property: This is the storage profile of a Gallery Image Version.