Uses of Enum Class
com.microsoft.azure.management.compute.KnownLinuxVirtualMachineImage
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of KnownLinuxVirtualMachineImage in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static KnownLinuxVirtualMachineImage[]
KnownLinuxVirtualMachineImage.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier 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.