你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged Interface
public interface WithWindowsCreateUnmanaged extends VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged
The stage of the 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()
Specifies that automatic updates should be disabled. |
Virtual |
withoutVMAgent()
Specifies that VM Agent should not be provisioned. |
Virtual |
withTimeZone(String timeZone)
Specifies the time-zone. |
Virtual |
withWinRM(WinRMListener listener)
Specifies the WINRM listener. Each call to this method adds the given listener to the list of VM's WinRM listeners. |
Inherited Members
Method Details
withoutAutoUpdate
public WithWindowsCreateUnmanaged withoutAutoUpdate()
Specifies that automatic updates should be disabled.
Returns:
withoutVMAgent
public WithWindowsCreateUnmanaged withoutVMAgent()
Specifies that VM Agent should not be provisioned.
Returns:
withTimeZone
public WithWindowsCreateUnmanaged withTimeZone(String timeZone)
Specifies the time-zone.
Parameters:
Returns:
withWinRM
public WithWindowsCreateUnmanaged withWinRM(WinRMListener listener)
Specifies the WINRM listener.
Each call to this method adds the given listener to the list of VM's WinRM listeners.
Parameters:
Returns: