| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachine.Definition
The entirety of the virtual machine definition.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithWindowsCreate |
VirtualMachine.DefinitionStages.WithWindowsCreate.disableAutoUpdate()
Specifies that automatic updates should be disabled.
|
VirtualMachine.DefinitionStages.WithWindowsCreate |
VirtualMachine.DefinitionStages.WithWindowsCreate.disableVmAgent()
Specifies that VM Agent should not be provisioned.
|
VirtualMachine.DefinitionStages.WithWindowsCreate |
VirtualMachine.DefinitionStages.WithAdminUserName.withAdminUserName(String adminUserName)
Specifies the administrator user name for the Windows virtual machine.
|
VirtualMachine.DefinitionStages.WithWindowsCreate |
VirtualMachine.DefinitionStages.WithWindowsCreate.withTimeZone(String timeZone)
Specifies the time-zone.
|
VirtualMachine.DefinitionStages.WithWindowsCreate |
VirtualMachine.DefinitionStages.WithWindowsCreate.withWinRm(WinRMListener listener)
Specifies the WINRM listener.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/