AutoUserScope Enum

  • java.lang.Object
    • java.lang.Enum<AutoUserScope>
      • com.microsoft.azure.batch.protocol.models.AutoUserScope

public enum AutoUserScope

Defines values for AutoUserScope.

Fields

POOL

Specifies that the task runs as the common auto user account which is created on every node in a pool.

TASK

Specifies that the service should create a new user for the task.

Methods

fromString(String value)

public static AutoUserScope fromString(String value)

Parses a serialized value to a AutoUserScope instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed AutoUserScope object, or null if unable to parse.

toString()

public String toString()

Returns

String

Applies to