VirtualMachine.DefinitionStages.WithWindowsAdminUsernameUnmanaged Interface
public interface WithWindowsAdminUsernameUnmanaged
The stage of the Windows virtual machine definition allowing to specify an administrator user name.
Method Summary
Modifier and Type | Method and Description |
---|---|
Virtual |
withAdminUsername(String adminUserName)
Specifies the administrator user name for the Windows virtual machine. |
Method Details
withAdminUsername
public WithWindowsAdminPasswordUnmanaged withAdminUsername(String adminUserName)
Specifies the administrator user name for the Windows virtual machine.
Parameters:
adminUserName
- a user name following the required naming convention for Windows user names
Returns:
the next stage of the definition
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java