你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged Interface
public interface WithWindowsCreateManaged extends VirtualMachineScaleSet.DefinitionStages.WithManagedCreate
The stage of a Windows virtual machine scale set 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 |
withAutoUpdate()
Enables automatic updates. |
Virtual |
withoutAutoUpdate()
Disables automatic updates. |
Virtual |
withoutVMAgent()
Disables the VM agent. |
Virtual |
withTimeZone(String timeZone)
Specifies the time zone for the virtual machines to use. |
Virtual |
withVMAgent()
Enables the VM agent. |
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
withAutoUpdate
public WithWindowsCreateManaged withAutoUpdate()
Enables automatic updates.
Returns:
withoutAutoUpdate
public WithWindowsCreateManaged withoutAutoUpdate()
Disables automatic updates.
Returns:
withoutVMAgent
public WithWindowsCreateManaged withoutVMAgent()
Disables the VM agent.
Returns:
withTimeZone
public WithWindowsCreateManaged withTimeZone(String timeZone)
Specifies the time zone for the virtual machines to use.
Parameters:
Returns:
withVMAgent
public WithWindowsCreateManaged withVMAgent()
Enables the VM agent.
Returns:
withWinRM
public WithWindowsCreateManaged 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: