VirtualMachine.DefinitionStages.WithWindowsCreateManaged Interface
public interface WithWindowsCreateManaged extends VirtualMachine.DefinitionStages.WithFromImageCreateOptionsManaged
The stage of a Windows virtual machine definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
Virtual |
withoutAutoUpdate()
Disables automatic updates. |
Virtual |
withoutVMAgent()
Prevents the provisioning of a VM agent. |
Virtual |
withTimeZone(String timeZone)
Specifies the time-zone. |
Virtual |
withWinRM(WinRMListener listener)
Specifies WinRM listener. Each call to this method adds the given listener to the list of the VM's WinRM listeners. |
Inherited Members
Method Details
withoutAutoUpdate
public WithWindowsCreateManaged withoutAutoUpdate()
Disables automatic updates.
Returns:
withoutVMAgent
public WithWindowsCreateManaged withoutVMAgent()
Prevents the provisioning of a VM agent.
Returns:
withTimeZone
public WithWindowsCreateManaged withTimeZone(String timeZone)
Specifies the time-zone.
Parameters:
Returns:
withWinRM
public WithWindowsCreateManaged withWinRM(WinRMListener listener)
Specifies WinRM listener.
Each call to this method adds the given listener to the list of the VM's WinRM listeners.
Parameters:
Returns:
Applies to
Azure SDK for Java