WindowsUserConfiguration Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. WindowsUserConfiguration
- com.
public class WindowsUserConfiguration
Properties used to create a user account on a Windows node.
Method Summary
Modifier and Type | Method and Description |
---|---|
Login |
loginMode()
Get the default value for VirtualMachineConfiguration pools is batch and for CloudServiceConfiguration pools is interactive. Possible values include: 'batch', 'interactive'. |
Windows |
withLoginMode(LoginMode loginMode)
Set the default value for VirtualMachineConfiguration pools is batch and for CloudServiceConfiguration pools is interactive. Possible values include: 'batch', 'interactive'. |
Method Details
loginMode
public LoginMode loginMode()
Get the default value for VirtualMachineConfiguration pools is batch and for CloudServiceConfiguration pools is interactive. Possible values include: 'batch', 'interactive'.
Returns:
withLoginMode
public WindowsUserConfiguration withLoginMode(LoginMode loginMode)
Set the default value for VirtualMachineConfiguration pools is batch and for CloudServiceConfiguration pools is interactive. Possible values include: 'batch', 'interactive'.
Parameters:
Returns: