Uses of Class
com.azure.resourcemanager.compute.models.OSDiskImage
Packages that use OSDiskImage
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of OSDiskImage in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return OSDiskImageModifier and TypeMethodDescriptionVirtualMachineImageInner.osDiskImage()Get the osDiskImage property: Contains the os disk image information.VirtualMachineImageProperties.osDiskImage()Get the osDiskImage property: Contains the os disk image information.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type OSDiskImageModifier and TypeMethodDescriptionVirtualMachineImageInner.withOsDiskImage(OSDiskImage osDiskImage) Set the osDiskImage property: Contains the os disk image information.VirtualMachineImageProperties.withOsDiskImage(OSDiskImage osDiskImage) Set the osDiskImage property: Contains the os disk image information. -
Uses of OSDiskImage in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type OSDiskImageMethods in com.azure.resourcemanager.compute.models that return OSDiskImageModifier and TypeMethodDescriptionstatic OSDiskImageOSDiskImage.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OSDiskImage from the JsonReader.VirtualMachineImage.osDiskImage()Gets OS disk image in the virtual machine image.OSDiskImage.withOperatingSystem(OperatingSystemTypes operatingSystem) Set the operatingSystem property: The operating system of the osDiskImage.