Uses of Class
com.azure.resourcemanager.compute.fluent.models.ImageProperties
Packages that use ImageProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of ImageProperties in com.azure.resourcemanager.compute.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type ImagePropertiesModifier and TypeClassDescriptionfinal classDescribes the properties of an Image.Methods in com.azure.resourcemanager.compute.fluent.models that return ImagePropertiesModifier and TypeMethodDescriptionstatic ImagePropertiesImageProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ImageProperties from the JsonReader.ImageProperties.withHyperVGeneration(HyperVGenerationTypes hyperVGeneration) Set the hyperVGeneration property: Specifies the HyperVGenerationType of the VirtualMachine created from the image.ImageProperties.withSourceVirtualMachine(com.azure.core.management.SubResource sourceVirtualMachine) Set the sourceVirtualMachine property: The source virtual machine from which Image is created.ImageProperties.withStorageProfile(ImageStorageProfile storageProfile) Set the storageProfile property: Specifies the storage settings for the virtual machine disks.