Uses of Class
com.azure.resourcemanager.compute.models.SharedGalleryImageVersionStorageProfile
Packages that use SharedGalleryImageVersionStorageProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of SharedGalleryImageVersionStorageProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return SharedGalleryImageVersionStorageProfileModifier and TypeMethodDescriptionCommunityGalleryImageVersionInner.storageProfile()Get the storageProfile property: Describes the storage profile of the image version.CommunityGalleryImageVersionProperties.storageProfile()Get the storageProfile property: Describes the storage profile of the image version.SharedGalleryImageVersionInner.storageProfile()Get the storageProfile property: Describes the storage profile of the image version.SharedGalleryImageVersionProperties.storageProfile()Get the storageProfile property: Describes the storage profile of the image version.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type SharedGalleryImageVersionStorageProfileModifier and TypeMethodDescriptionCommunityGalleryImageVersionInner.withStorageProfile(SharedGalleryImageVersionStorageProfile storageProfile) Set the storageProfile property: Describes the storage profile of the image version.CommunityGalleryImageVersionProperties.withStorageProfile(SharedGalleryImageVersionStorageProfile storageProfile) Set the storageProfile property: Describes the storage profile of the image version.SharedGalleryImageVersionInner.withStorageProfile(SharedGalleryImageVersionStorageProfile storageProfile) Set the storageProfile property: Describes the storage profile of the image version.SharedGalleryImageVersionProperties.withStorageProfile(SharedGalleryImageVersionStorageProfile storageProfile) Set the storageProfile property: Describes the storage profile of the image version. -
Uses of SharedGalleryImageVersionStorageProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return SharedGalleryImageVersionStorageProfileModifier and TypeMethodDescriptionSharedGalleryImageVersionStorageProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SharedGalleryImageVersionStorageProfile from the JsonReader.SharedGalleryImageVersionStorageProfile.withDataDiskImages(List<SharedGalleryDataDiskImage> dataDiskImages) Set the dataDiskImages property: A list of data disk images.SharedGalleryImageVersionStorageProfile.withOsDiskImage(SharedGalleryOSDiskImage osDiskImage) Set the osDiskImage property: This is the OS disk image.