Class AccessScope

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AccessScope>
com.azure.compute.batch.models.AccessScope
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class AccessScope extends com.azure.core.util.ExpandableStringEnum<AccessScope>
AccessScope enums.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final AccessScope
    Grants access to perform all operations on the Job containing the Task.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates or finds a AccessScope from its string representation.
    Gets known AccessScope values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, getValue, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • JOB

      public static final AccessScope JOB
      Grants access to perform all operations on the Job containing the Task.
  • Constructor Details

    • AccessScope

      @Deprecated public AccessScope()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of AccessScope value.
  • Method Details

    • fromString

      public static AccessScope fromString(String name)
      Creates or finds a AccessScope from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding AccessScope.
    • values

      public static Collection<AccessScope> values()
      Gets known AccessScope values.
      Returns:
      known AccessScope values.