Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanaged
-
Packages that use VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanaged Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanaged in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanaged in com.azure.resourcemanager.compute.models Modifier and Type Interface Description static interfaceVirtualMachineScaleSet.DefinitionManagedOrUnmanagedThe entirety of the virtual machine scale set definition.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanaged Modifier and Type Method Description VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanagedVirtualMachineScaleSet.DefinitionStages.WithOS. withLatestWindowsImage(String publisher, String offer, String sku)Specifies that the latest version of the specified marketplace Windows image should be used.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.VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanagedVirtualMachineScaleSet.DefinitionStages.WithOS. withSpecificWindowsImageVersion(ImageReference imageReference)Specifies the specific version of a marketplace Windows image needs to be used.
-