Interface SqlDatabase.DefinitionStages.WithAuthenticationAfterElasticPool<ParentT>

  • Type Parameters:
    ParentT - the stage of the parent definition to return to after attaching this definition
    Enclosing interface:
    SqlDatabase.DefinitionStages

    public static interface SqlDatabase.DefinitionStages.WithAuthenticationAfterElasticPool<ParentT>
    Sets the authentication type and SQL or Active Directory administrator login and password.
    • Method Detail

      • withSqlAdministratorLoginAndPassword

        SqlDatabase.DefinitionStages.WithAttachFinal<ParentT> withSqlAdministratorLoginAndPassword​(String administratorLogin,
                                                                                                   String administratorPassword)
        Parameters:
        administratorLogin - the SQL administrator login
        administratorPassword - the SQL administrator password
        Returns:
        next definition stage
      • withActiveDirectoryLoginAndPassword

        SqlDatabase.DefinitionStages.WithAttachFinal<ParentT> withActiveDirectoryLoginAndPassword​(String administratorLogin,
                                                                                                  String administratorPassword)
        Parameters:
        administratorLogin - the Active Directory administrator login
        administratorPassword - the Active Directory administrator password
        Returns:
        next definition stage