Uses of Class
com.azure.resourcemanager.compute.models.ImageStorageProfile
-
Packages that use ImageStorageProfile 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 ImageStorageProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return ImageStorageProfile Modifier and Type Method Description ImageStorageProfileImageInner. storageProfile()Get the storageProfile property: Specifies the storage settings for the virtual machine disks.ImageStorageProfileImageProperties. 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 ImageStorageProfile Modifier and Type Method Description ImageInnerImageInner. withStorageProfile(ImageStorageProfile storageProfile)Set the storageProfile property: Specifies the storage settings for the virtual machine disks.ImagePropertiesImageProperties. 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 ImageStorageProfile Modifier and Type Method Description ImageStorageProfileImageUpdate. storageProfile()Get the storageProfile property: Specifies the storage settings for the virtual machine disks.ImageStorageProfileImageStorageProfile. withDataDisks(List<ImageDataDisk> dataDisks)Set the dataDisks property: Specifies the parameters that are used to add a data disk to a virtual machine.ImageStorageProfileImageStorageProfile. withOsDisk(ImageOSDisk osDisk)Set the osDisk property: Specifies information about the operating system disk used by the virtual machine.ImageStorageProfileImageStorageProfile. 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 ImageStorageProfile Modifier and Type Method Description ImageUpdateImageUpdate. withStorageProfile(ImageStorageProfile storageProfile)Set the storageProfile property: Specifies the storage settings for the virtual machine disks.
-