public static interface VirtualMachine.DefinitionStages.WithWindowsCreateManaged extends VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged
Modifier and Type | Method and Description |
---|---|
VirtualMachine.DefinitionStages.WithWindowsCreateManaged |
withoutAutoUpdate()
Disables automatic updates.
|
VirtualMachine.DefinitionStages.WithWindowsCreateManaged |
withoutVMAgent()
Prevents the provisioning of a VM agent.
|
VirtualMachine.DefinitionStages.WithWindowsCreateManaged |
withTimeZone(String timeZone)
Specifies the time-zone.
|
VirtualMachine.DefinitionStages.WithWindowsCreateManaged |
withWinRM(WinRMListener listener)
Specifies WinRM listener.
|
withComputerName, withCustomData
withDataDiskDefaultCachingType, withDataDiskDefaultStorageAccountType, withOSDiskStorageAccountType
withExistingDataDisk, withExistingDataDisk, withExistingDataDisk, withNewDataDisk, withNewDataDisk, withNewDataDisk, withNewDataDisk, withNewDataDisk, withNewDataDiskFromImage, withNewDataDiskFromImage, withNewDataDiskFromImage
withAvailabilityZone
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.WithWindowsCreateManaged withoutVMAgent()
VirtualMachine.DefinitionStages.WithWindowsCreateManaged withoutAutoUpdate()
VirtualMachine.DefinitionStages.WithWindowsCreateManaged withTimeZone(String timeZone)
timeZone
- a time zoneVirtualMachine.DefinitionStages.WithWindowsCreateManaged withWinRM(WinRMListener listener)
Each call to this method adds the given listener to the list of the VM's WinRM listeners.
listener
- a WinRM listenerCopyright © 2019. All rights reserved.