Uses of Enum
com.azure.resourcemanager.compute.models.KnownWindowsVirtualMachineImage
Packages that use KnownWindowsVirtualMachineImage
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of KnownWindowsVirtualMachineImage in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return KnownWindowsVirtualMachineImageModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static KnownWindowsVirtualMachineImage[]KnownWindowsVirtualMachineImage.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 KnownWindowsVirtualMachineImageModifier 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.