AccessScope Enum

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

public enum AccessScope
extends Enum<AccessScope>

Defines values for AccessScope.

Fields

JOB

Grants access to perform all operations on the Job containing the Task.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

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

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static AccessScope valueOf(String name)

Parameters

name
String

Returns

values()

public static AccessScope[] values()

Returns

Applies to