Class ServicePrincipalType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ServicePrincipalType>
com.azure.resourcemanager.sql.models.ServicePrincipalType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class ServicePrincipalType extends com.azure.core.util.ExpandableStringEnum<ServicePrincipalType>
Service principal type.
  • 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.
      Use the fromString(String) factory method.
      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:
      name - a name to look for.
      Returns:
      the corresponding ServicePrincipalType.
    • values

      public static Collection<ServicePrincipalType> values()
      Gets known ServicePrincipalType values.
      Returns:
      known ServicePrincipalType values.