VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateUnmanaged Interface
public interface WithWindowsCreateUnmanaged extends VirtualMachineScaleSet.DefinitionStages.WithUnmanagedCreate
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 WithWindowsCreateUnmanaged withAutoUpdate()
Enables automatic updates.
Returns:
withoutAutoUpdate
public WithWindowsCreateUnmanaged withoutAutoUpdate()
Disables automatic updates.
Returns:
withoutVMAgent
public WithWindowsCreateUnmanaged withoutVMAgent()
Disables the VM agent.
Returns:
withTimeZone
public WithWindowsCreateUnmanaged withTimeZone(String timeZone)
Specifies the time zone for the virtual machines to use.
Parameters:
Returns:
withVMAgent
public WithWindowsCreateUnmanaged withVMAgent()
Enables the VM agent.
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:
Applies to
Azure SDK for Java