Uses of Class
com.azure.resourcemanager.compute.fluent.models.ImageProperties
-
Packages that use ImageProperties Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient. -
-
Uses of ImageProperties in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return ImageProperties Modifier and Type Method Description ImagePropertiesImageProperties. withHyperVGeneration(HyperVGenerationTypes hyperVGeneration)Set the hyperVGeneration property: Specifies the HyperVGenerationType of the VirtualMachine created from the image.ImagePropertiesImageProperties. withSourceVirtualMachine(com.azure.core.management.SubResource sourceVirtualMachine)Set the sourceVirtualMachine property: The source virtual machine from which Image is created.ImagePropertiesImageProperties. withStorageProfile(ImageStorageProfile storageProfile)Set the storageProfile property: Specifies the storage settings for the virtual machine disks.
-