public static interface VirtualMachine.DefinitionStages.WithWindowsCreate extends VirtualMachine.DefinitionStages.WithCreate
Creatable.create(), but also allows
for any other optional settings to be specified.| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithWindowsCreate |
disableAutoUpdate()
Specifies that automatic updates should be disabled.
|
VirtualMachine.DefinitionStages.WithWindowsCreate |
disableVmAgent()
Specifies that VM Agent should not be provisioned.
|
VirtualMachine.DefinitionStages.WithWindowsCreate |
withTimeZone(String timeZone)
Specifies the time-zone.
|
VirtualMachine.DefinitionStages.WithWindowsCreate |
withWinRm(WinRMListener listener)
Specifies the WINRM listener.
|
create, createAsync, createAsync, namekeywithTag, withTagswithPasswordwithOsDiskCaching, withOsDiskEncryptionSettings, withOsDiskName, withOsDiskSizeInGb, withOsDiskVhdLocationwithSize, withSizewithExistingStorageAccount, withNewStorageAccount, withNewStorageAccountdefineExistingDataDisk, defineNewDataDisk, withExistingDataDisk, withNewDataDiskwithExistingAvailabilitySet, withNewAvailabilitySet, withNewAvailabilitySetwithExistingSecondaryNetworkInterface, withNewSecondaryNetworkInterfacedefineNewExtensionVirtualMachine.DefinitionStages.WithWindowsCreate disableVmAgent()
VirtualMachine.DefinitionStages.WithWindowsCreate disableAutoUpdate()
VirtualMachine.DefinitionStages.WithWindowsCreate withTimeZone(String timeZone)
timeZone - the timezoneVirtualMachine.DefinitionStages.WithWindowsCreate withWinRm(WinRMListener listener)
Each call to this method adds the given listener to the list of VM's WinRM listeners.
listener - the WinRmListener/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/