Uses of Class
com.azure.resourcemanager.compute.models.ImageStorageProfile
Packages that use ImageStorageProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of ImageStorageProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return ImageStorageProfileModifier and TypeMethodDescriptionImageInner.storageProfile()Get the storageProfile property: Specifies the storage settings for the virtual machine disks.ImageProperties.storageProfile()Get the storageProfile property: Specifies the storage settings for the virtual machine disks.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type ImageStorageProfileModifier and TypeMethodDescriptionImageInner.withStorageProfile(ImageStorageProfile storageProfile) Set the storageProfile property: Specifies the storage settings for the virtual machine disks.ImageProperties.withStorageProfile(ImageStorageProfile storageProfile) Set the storageProfile property: Specifies the storage settings for the virtual machine disks. -
Uses of ImageStorageProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return ImageStorageProfileModifier and TypeMethodDescriptionImageUpdate.storageProfile()Get the storageProfile property: Specifies the storage settings for the virtual machine disks.ImageStorageProfile.withDataDisks(List<ImageDataDisk> dataDisks) Set the dataDisks property: Specifies the parameters that are used to add a data disk to a virtual machine.ImageStorageProfile.withOsDisk(ImageOSDisk osDisk) Set the osDisk property: Specifies information about the operating system disk used by the virtual machine.ImageStorageProfile.withZoneResilient(Boolean zoneResilient) Set the zoneResilient property: Specifies whether an image is zone resilient or not.Methods in com.azure.resourcemanager.compute.models with parameters of type ImageStorageProfileModifier and TypeMethodDescriptionImageUpdate.withStorageProfile(ImageStorageProfile storageProfile) Set the storageProfile property: Specifies the storage settings for the virtual machine disks.