Uses of Enum
com.azure.resourcemanager.compute.models.KnownLinuxVirtualMachineImage
Packages that use KnownLinuxVirtualMachineImage
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of KnownLinuxVirtualMachineImage in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type KnownLinuxVirtualMachineImage in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionenumThe popular Azure Linux images.Methods in com.azure.resourcemanager.compute.models that return KnownLinuxVirtualMachineImageModifier and TypeMethodDescriptionReturns 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 KnownLinuxVirtualMachineImageModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithOS.withPopularLinuxImage(KnownLinuxVirtualMachineImage knownImage) Specifies a known marketplace Linux image to be used for the virtual machine's OS.VirtualMachineScaleSet.DefinitionStages.WithOS.withPopularLinuxImage(KnownLinuxVirtualMachineImage knownImage) Specifies a known marketplace Linux image used as the virtual machine's operating system.