public static interface VirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged extends VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged
Modifier and Type | Method and Description |
---|---|
VirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged |
withoutAutoUpdate()
Specifies that automatic updates should be disabled.
|
VirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged |
withoutVMAgent()
Specifies that VM Agent should not be provisioned.
|
VirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged |
withTimeZone(String timeZone)
Specifies the time-zone.
|
VirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged |
withWinRM(WinRMListener listener)
Specifies the WINRM listener.
|
withComputerName, withCustomData
withOSDiskVhdLocation
defineUnmanagedDataDisk, withExistingUnmanagedDataDisk, withNewUnmanagedDataDisk
create, createAsync, createAsync
key
name
withTag, withTags
withOSDiskCaching, withOSDiskEncryptionSettings, withOSDiskName, withOSDiskSizeInGB, withOSDiskSizeInGB
withSize, withSize
withExistingStorageAccount, withNewStorageAccount, withNewStorageAccount
withExistingAvailabilitySet, withNewAvailabilitySet, withNewAvailabilitySet
withExistingSecondaryNetworkInterface, withNewSecondaryNetworkInterface
defineNewExtension
withPlan, withPromotionalPlan
withBootDiagnostics, withBootDiagnostics, withBootDiagnostics, withBootDiagnostics
withSystemAssignedManagedServiceIdentity
withExistingUserAssignedManagedServiceIdentity, withNewUserAssignedManagedServiceIdentity
withLicenseType
VirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged withoutVMAgent()
VirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged withoutAutoUpdate()
VirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged withTimeZone(String timeZone)
timeZone
- the timezoneVirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged withWinRM(WinRMListener listener)
Each call to this method adds the given listener to the list of VM's WinRM listeners.
listener
- the WinRMListenerCopyright © 2019. All rights reserved.