Class CredentialsType


  • public final class CredentialsType
    extends com.azure.core.util.ExpandableStringEnum<CredentialsType>
    Defines values for CredentialsType.
    • Field Detail

      • ACCOUNT_KEY

        public static final CredentialsType ACCOUNT_KEY
        Static value AccountKey for CredentialsType.
      • CERTIFICATE

        public static final CredentialsType CERTIFICATE
        Static value Certificate for CredentialsType.
      • NONE

        public static final CredentialsType NONE
        Static value None for CredentialsType.
      • SAS

        public static final CredentialsType SAS
        Static value Sas for CredentialsType.
      • SERVICE_PRINCIPAL

        public static final CredentialsType SERVICE_PRINCIPAL
        Static value ServicePrincipal for CredentialsType.
      • KERBEROS_KEYTAB

        public static final CredentialsType KERBEROS_KEYTAB
        Static value KerberosKeytab for CredentialsType.
      • KERBEROS_PASSWORD

        public static final CredentialsType KERBEROS_PASSWORD
        Static value KerberosPassword for CredentialsType.
    • Constructor Detail

      • CredentialsType

        public CredentialsType()
    • Method Detail

      • fromString

        public static CredentialsType fromString​(String name)
        Creates or finds a CredentialsType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding CredentialsType.
      • values

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