Compartir vía


VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminPasswordManagedOrUnmanaged Interface

public interface WithWindowsAdminPasswordManagedOrUnmanaged

The stage of the Windows virtual machine scale set definition allowing to specify administrator user name.

Method Summary

Modifier and Type Method and Description
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManagedOrUnmanaged withAdminPassword(String adminPassword)

Specifies the administrator password for the Windows virtual machine.

Method Details

withAdminPassword

public WithWindowsCreateManagedOrUnmanaged withAdminPassword(String adminPassword)

Specifies the administrator password for the Windows virtual machine.

Parameters:

adminPassword - the administrator password. This must follow the criteria for Azure Windows VM password.

Returns:

the stage representing creatable Windows VM definition

Applies to