Uses of Enum Class
com.microsoft.azure.management.compute.KnownWindowsVirtualMachineImage
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of KnownWindowsVirtualMachineImage in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static KnownWindowsVirtualMachineImage[]
KnownWindowsVirtualMachineImage.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithOS.withPopularWindowsImage
(KnownWindowsVirtualMachineImage knownImage) Specifies a known marketplace Windows image to be used for the virtual machine's OS.VirtualMachineScaleSet.DefinitionStages.WithOS.withPopularWindowsImage
(KnownWindowsVirtualMachineImage knownImage) Specifies a known marketplace Windows image used as the operating system for the virtual machines in the scale set.