Class ServicePrincipalType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ServicePrincipalType>
com.azure.resourcemanager.sql.models.ServicePrincipalType
public final class ServicePrincipalType
extends com.azure.core.util.ExpandableStringEnum<ServicePrincipalType>
Service principal type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServicePrincipalTypeStatic value None for ServicePrincipalType.static final ServicePrincipalTypeStatic value SystemAssigned for ServicePrincipalType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ServicePrincipalTypefromString(String name) Creates or finds a ServicePrincipalType from its string representation.static Collection<ServicePrincipalType>values()Gets known ServicePrincipalType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value None for ServicePrincipalType. -
SYSTEM_ASSIGNED
Static value SystemAssigned for ServicePrincipalType.
-
-
Constructor Details
-
ServicePrincipalType
public ServicePrincipalType()
-
-
Method Details
-
fromString
Creates or finds a ServicePrincipalType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ServicePrincipalType.
-
values
Gets known ServicePrincipalType values.- Returns:
- known ServicePrincipalType values.
-