Class CallerRole

java.lang.Object
com.azure.core.util.ExpandableStringEnum<CallerRole>
com.azure.resourcemanager.kusto.models.CallerRole

public final class CallerRole extends com.azure.core.util.ExpandableStringEnum<CallerRole>
Defines values for CallerRole.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final CallerRole
    Static value Admin for CallerRole.
    static final CallerRole
    Static value None for CallerRole.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

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

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

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

    • ADMIN

      public static final CallerRole ADMIN
      Static value Admin for CallerRole.
    • NONE

      public static final CallerRole NONE
      Static value None for CallerRole.
  • Constructor Details

    • CallerRole

      public CallerRole()
  • Method Details

    • fromString

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

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