Uses of Class
com.azure.resourcemanager.compute.models.OSDiskImage
-
Packages that use OSDiskImage 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 OSDiskImage in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return OSDiskImage Modifier and Type Method Description OSDiskImageVirtualMachineImageInner. osDiskImage()Get the osDiskImage property: Contains the os disk image information.OSDiskImageVirtualMachineImageProperties. osDiskImage()Get the osDiskImage property: Contains the os disk image information.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type OSDiskImage Modifier and Type Method Description VirtualMachineImageInnerVirtualMachineImageInner. withOsDiskImage(OSDiskImage osDiskImage)Set the osDiskImage property: Contains the os disk image information.VirtualMachineImagePropertiesVirtualMachineImageProperties. withOsDiskImage(OSDiskImage osDiskImage)Set the osDiskImage property: Contains the os disk image information. -
Uses of OSDiskImage in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return OSDiskImage Modifier and Type Method Description OSDiskImageVirtualMachineImage. osDiskImage()OSDiskImageOSDiskImage. withOperatingSystem(OperatingSystemTypes operatingSystem)Set the operatingSystem property: The operating system of the osDiskImage.
-