public static interface VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate extends VirtualMachineScaleSet.DefinitionStages.WithCreate
Creatable.create(), but also allows for any other
optional settings to be specified.| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate |
withAutoUpdate()
Enables automatic updates.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate |
withoutAutoUpdate()
Disables automatic updates.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate |
withoutVmAgent()
Disables the VM agent.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate |
withTimeZone(String timeZone)
Specifies the time zone for the virtual machines to use.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate |
withVmAgent()
Enables the VM agent.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate |
withWinRm(WinRMListener listener)
Specifies the WinRM listener.
|
create, createAsync, createAsync, namekeywithPasswordwithOsDiskCaching, withOsDiskNamewithComputerNamePrefixwithCapacitywithUpgradeModewithoutOverProvisioning, withOverProvision, withOverProvisioningwithExistingStorageAccount, withNewStorageAccount, withNewStorageAccountdefineNewExtensionVirtualMachineScaleSet.DefinitionStages.WithWindowsCreate withVmAgent()
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate withoutVmAgent()
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate withAutoUpdate()
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate withoutAutoUpdate()
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate withTimeZone(String timeZone)
timeZone - a time zoneVirtualMachineScaleSet.DefinitionStages.WithWindowsCreate withWinRm(WinRMListener listener)
Each call to this method adds the given listener to the list of VM's WinRM listeners.
listener - a WinRm listener/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/