Class WindowsUserConfiguration

java.lang.Object
com.microsoft.azure.management.batch.WindowsUserConfiguration

public class WindowsUserConfiguration extends Object
Properties used to create a user account on a Windows node.
  • Constructor Details

    • WindowsUserConfiguration

      public WindowsUserConfiguration()
  • Method Details

    • loginMode

      public LoginMode loginMode()
      Get specifies login mode for the user. The default value for VirtualMachineConfiguration pools is interactive mode and for CloudServiceConfiguration pools is batch mode. Possible values include: 'Batch', 'Interactive'.
      Returns:
      the loginMode value
    • withLoginMode

      public WindowsUserConfiguration withLoginMode(LoginMode loginMode)
      Set specifies login mode for the user. The default value for VirtualMachineConfiguration pools is interactive mode and for CloudServiceConfiguration pools is batch mode. Possible values include: 'Batch', 'Interactive'.
      Parameters:
      loginMode - the loginMode value to set
      Returns:
      the WindowsUserConfiguration object itself.