AccessScope Enum

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

public enum AccessScope

Defines values for AccessScope.

Fields

JOB

Grants access to perform all operations on the job containing the task.

Methods

fromString(String value)

public static AccessScope fromString(String value)

Parses a serialized value to a AccessScope instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

String

Applies to