Class ManagedServiceIdentityType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ManagedServiceIdentityType>
com.azure.resourcemanager.redis.models.ManagedServiceIdentityType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ManagedServiceIdentityType
extends com.azure.core.util.ExpandableStringEnum<ManagedServiceIdentityType>
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ManagedServiceIdentityTypeStatic value None for ManagedServiceIdentityType.static final ManagedServiceIdentityTypeStatic value SystemAssigned for ManagedServiceIdentityType.static final ManagedServiceIdentityTypeStatic value SystemAssigned, UserAssigned for ManagedServiceIdentityType.static final ManagedServiceIdentityTypeStatic value UserAssigned for ManagedServiceIdentityType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ManagedServiceIdentityTypefromString(String name) Creates or finds a ManagedServiceIdentityType from its string representation.static Collection<ManagedServiceIdentityType> values()Gets known ManagedServiceIdentityType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
NONE
Static value None for ManagedServiceIdentityType. -
SYSTEM_ASSIGNED
Static value SystemAssigned for ManagedServiceIdentityType. -
USER_ASSIGNED
Static value UserAssigned for ManagedServiceIdentityType. -
SYSTEM_ASSIGNED_USER_ASSIGNED
Static value SystemAssigned, UserAssigned for ManagedServiceIdentityType.
-
-
Constructor Details
-
ManagedServiceIdentityType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ManagedServiceIdentityType value.
-
-
Method Details
-
fromString
Creates or finds a ManagedServiceIdentityType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ManagedServiceIdentityType.
-
values
Gets known ManagedServiceIdentityType values.- Returns:
- known ManagedServiceIdentityType values.
-
fromString(String)factory method.