| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachineScaleSet.Definition
The entirety of the load balancer definition.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate |
VirtualMachineScaleSet.DefinitionStages.WithAdminUserName.withAdminUserName(String adminUserName)
Specifies the administrator user name for the Windows virtual machines in the scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate |
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate.withAutoUpdate()
Enables automatic updates.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate |
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate.withoutAutoUpdate()
Disables automatic updates.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate |
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate.withoutVmAgent()
Disables the VM agent.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate |
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate.withTimeZone(String timeZone)
Specifies the time zone for the virtual machines to use.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate |
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate.withVmAgent()
Enables the VM agent.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate |
VirtualMachineScaleSet.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.
*/