Class IdentityType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<IdentityType>
com.azure.resourcemanager.storage.models.IdentityType
The identity type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IdentityTypeStatic value None for IdentityType.static final IdentityTypeStatic value SystemAssigned for IdentityType.static final IdentityTypeStatic value SystemAssigned,UserAssigned 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
-
NONE
Static value None for IdentityType. -
SYSTEM_ASSIGNED
Static value SystemAssigned for IdentityType. -
USER_ASSIGNED
Static value UserAssigned for IdentityType. -
SYSTEM_ASSIGNED_USER_ASSIGNED
Static value SystemAssigned,UserAssigned for IdentityType.
-
-
Constructor Details
-
IdentityType
Deprecated.Use thefromString(String)factory method.Creates a new instance of IdentityType value.
-
-
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.
-
fromString(String)factory method.