Uses of Class
com.azure.resourcemanager.compute.models.KnownWindowsVirtualMachineImage
-
Packages that use KnownWindowsVirtualMachineImage Package Description com.azure.resourcemanager.compute.models 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 KnownWindowsVirtualMachineImage Modifier and Type Method Description static KnownWindowsVirtualMachineImageKnownWindowsVirtualMachineImage. valueOf(String name)Returns 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 KnownWindowsVirtualMachineImage Modifier and Type Method Description VirtualMachine.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanagedVirtualMachine.DefinitionStages.WithOS. withPopularWindowsImage(KnownWindowsVirtualMachineImage knownImage)Specifies a known marketplace Windows image to be used for the virtual machine's OS.VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanagedVirtualMachineScaleSet.DefinitionStages.WithOS. withPopularWindowsImage(KnownWindowsVirtualMachineImage knownImage)Specifies a known marketplace Windows image used as the operating system for the virtual machines in the scale set.
-