Class ApimIdentityType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ApimIdentityType>
com.azure.resourcemanager.apimanagement.models.ApimIdentityType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ApimIdentityType
extends com.azure.core.util.ExpandableStringEnum<ApimIdentityType>
The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an implicitly
created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ApimIdentityTypeStatic value None for ApimIdentityType.static final ApimIdentityTypeStatic value SystemAssigned for ApimIdentityType.static final ApimIdentityTypeStatic value SystemAssigned, UserAssigned for ApimIdentityType.static final ApimIdentityTypeStatic value UserAssigned for ApimIdentityType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ApimIdentityTypefromString(String name) Creates or finds a ApimIdentityType from its string representation.static Collection<ApimIdentityType> values()Gets known ApimIdentityType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
SYSTEM_ASSIGNED
Static value SystemAssigned for ApimIdentityType. -
USER_ASSIGNED
Static value UserAssigned for ApimIdentityType. -
SYSTEM_ASSIGNED_USER_ASSIGNED
Static value SystemAssigned, UserAssigned for ApimIdentityType. -
NONE
Static value None for ApimIdentityType.
-
-
Constructor Details
-
ApimIdentityType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ApimIdentityType value.
-
-
Method Details
-
fromString
Creates or finds a ApimIdentityType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ApimIdentityType.
-
values
Gets known ApimIdentityType values.- Returns:
- known ApimIdentityType values.
-
fromString(String)factory method.