ServicePrincipalType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. ServicePrincipalType
- com.
- com.
public final class ServicePrincipalType
extends ExpandableStringEnum<ServicePrincipalType>
Service principal type.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Service |
NONE
Static value None for Service |
static final
Service |
SYSTEM_ASSIGNED
Static value System |
Constructor Summary
Constructor | Description |
---|---|
ServicePrincipalType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Service |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Service |
fromString(String name)
Creates or finds a Service |
static
Collection<Service |
values()
Gets known Service |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
NONE
public static final ServicePrincipalType NONE
Static value None for ServicePrincipalType.
SYSTEM_ASSIGNED
public static final ServicePrincipalType SYSTEM_ASSIGNED
Static value SystemAssigned for ServicePrincipalType.
Constructor Details
ServicePrincipalType
@Deprecated
public ServicePrincipalType()
Deprecated
Creates a new instance of ServicePrincipalType value.
Method Details
fromString
public static ServicePrincipalType fromString(String name)
Creates or finds a ServicePrincipalType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ServicePrincipalType values.
Returns:
Applies to
Azure SDK for Java