Partajați prin


WindowsUserConfiguration Class

  • java.lang.Object
    • com.azure.resourcemanager.batch.models.WindowsUserConfiguration

public final class WindowsUserConfiguration

Properties used to create a user account on a Windows node.

Constructor Summary

Constructor Description
WindowsUserConfiguration()

Creates an instance of WindowsUserConfiguration class.

Method Summary

Modifier and Type Method and Description
LoginMode loginMode()

Get the loginMode property: Login mode for user Specifies login mode for the user.

void validate()

Validates the instance.

WindowsUserConfiguration withLoginMode(LoginMode loginMode)

Set the loginMode property: Login mode for user Specifies login mode for the user.

Methods inherited from java.lang.Object

Constructor Details

WindowsUserConfiguration

public WindowsUserConfiguration()

Creates an instance of WindowsUserConfiguration class.

Method Details

loginMode

public LoginMode loginMode()

Get the loginMode property: Login mode for user Specifies login mode for the user. The default value for VirtualMachineConfiguration pools is interactive mode and for CloudServiceConfiguration pools is batch mode.

Returns:

the loginMode value.

validate

public void validate()

Validates the instance.

withLoginMode

public WindowsUserConfiguration withLoginMode(LoginMode loginMode)

Set the loginMode property: Login mode for user Specifies login mode for the user. The default value for VirtualMachineConfiguration pools is interactive mode and for CloudServiceConfiguration pools is batch mode.

Parameters:

loginMode - the loginMode value to set.

Returns:

the WindowsUserConfiguration object itself.

Applies to