Uses of Class
com.azure.resourcemanager.compute.models.KnownLinuxVirtualMachineImage
-
Packages that use KnownLinuxVirtualMachineImage Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of KnownLinuxVirtualMachineImage in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return KnownLinuxVirtualMachineImage Modifier and Type Method Description static KnownLinuxVirtualMachineImageKnownLinuxVirtualMachineImage. valueOf(String name)Returns the enum constant of this type with the specified name.static KnownLinuxVirtualMachineImage[]KnownLinuxVirtualMachineImage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.compute.models with parameters of type KnownLinuxVirtualMachineImage Modifier and Type Method Description VirtualMachine.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanagedVirtualMachine.DefinitionStages.WithOS. withPopularLinuxImage(KnownLinuxVirtualMachineImage knownImage)Specifies a known marketplace Linux image to be used for the virtual machine's OS.VirtualMachineScaleSet.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanagedVirtualMachineScaleSet.DefinitionStages.WithOS. withPopularLinuxImage(KnownLinuxVirtualMachineImage knownImage)Specifies a known marketplace Linux image used as the virtual machine's operating system.
-