Class AccessPolicyRole

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AccessPolicyRole>
com.azure.resourcemanager.timeseriesinsights.models.AccessPolicyRole

public final class AccessPolicyRole extends com.azure.core.util.ExpandableStringEnum<AccessPolicyRole>
A role defining the data plane operations that a principal can perform on a Time Series Insights client.
  • Field Details

    • READER

      public static final AccessPolicyRole READER
      Static value Reader for AccessPolicyRole.
    • CONTRIBUTOR

      public static final AccessPolicyRole CONTRIBUTOR
      Static value Contributor for AccessPolicyRole.
  • Constructor Details

    • AccessPolicyRole

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

    • fromString

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

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