Class IdentityType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<IdentityType>
com.azure.resourcemanager.loganalytics.models.IdentityType
Defines values for IdentityType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IdentityTypeStatic value application for IdentityType.static final IdentityTypeStatic value key for IdentityType.static final IdentityTypeStatic value managedIdentity for IdentityType.static final IdentityTypeStatic value None for IdentityType.static final IdentityTypeStatic value SystemAssigned for IdentityType.static final IdentityTypeStatic value user for IdentityType.static final IdentityTypeStatic value UserAssigned for IdentityType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IdentityTypefromString(String name) Creates or finds a IdentityType from its string representation.static Collection<IdentityType>values()Gets known IdentityType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
USER
Static value user for IdentityType. -
APPLICATION
Static value application for IdentityType. -
MANAGED_IDENTITY
Static value managedIdentity for IdentityType. -
KEY
Static value key for IdentityType. -
SYSTEM_ASSIGNED
Static value SystemAssigned for IdentityType. -
USER_ASSIGNED
Static value UserAssigned for IdentityType. -
NONE
Static value None for IdentityType.
-
-
Constructor Details
-
IdentityType
public IdentityType()
-
-
Method Details
-
fromString
Creates or finds a IdentityType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding IdentityType.
-
values
Gets known IdentityType values.- Returns:
- known IdentityType values.
-