Class ManagedServiceIdentityType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ManagedServiceIdentityType>
com.azure.resourcemanager.workloads.models.ManagedServiceIdentityType
public final class ManagedServiceIdentityType
extends com.azure.core.util.ExpandableStringEnum<ManagedServiceIdentityType>
Defines values for ManagedServiceIdentityType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ManagedServiceIdentityType
Static value None for ManagedServiceIdentityType.static final ManagedServiceIdentityType
Static value UserAssigned for ManagedServiceIdentityType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ManagedServiceIdentityType
fromString
(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, hashCode, toString, values
-
Field Details
-
NONE
Static value None for ManagedServiceIdentityType. -
USER_ASSIGNED
Static value UserAssigned for ManagedServiceIdentityType.
-
-
Constructor Details
-
ManagedServiceIdentityType
public ManagedServiceIdentityType()
-
-
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.
-