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:
Applies to
Azure SDK for Java