次の方法で共有


VirtualMachine.DefinitionStages.WithWindowsAdminPasswordManagedOrUnmanaged Interface

public interface WithWindowsAdminPasswordManagedOrUnmanaged

The stage of a Windows virtual machine definition allowing to specify an administrator password.

Method Summary

Modifier and Type Method and Description
VirtualMachine.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 - a password following the complexity criteria for Azure Windows VM passwords

Returns:

the next stage of the definition

Applies to