Class CallerRole
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CallerRole>
com.azure.resourcemanager.kusto.models.CallerRole
Defines values for CallerRole.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final CallerRole
Static value Admin for CallerRole.static final CallerRole
Static value None for CallerRole. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CallerRole
fromString
(String name) Creates or finds a CallerRole from its string representation.static Collection<CallerRole>
values()
Gets known CallerRole values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ADMIN
Static value Admin for CallerRole. -
NONE
Static value None for CallerRole.
-
-
Constructor Details
-
CallerRole
public CallerRole()
-
-
Method Details
-
fromString
Creates or finds a CallerRole from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding CallerRole.
-
values
Gets known CallerRole values.- Returns:
- known CallerRole values.
-