Interface SqlServer.DefinitionStages.WithActiveDirectoryAdministrator

All Known Subinterfaces:
SqlServer.Definition, SqlServer.DefinitionStages.WithCreate
Enclosing interface:
SqlServer.DefinitionStages

public static interface SqlServer.DefinitionStages.WithActiveDirectoryAdministrator
A SQL Server definition setting the Active Directory administrator.
  • Method Details

    • withActiveDirectoryAdministrator

      SqlServer.DefinitionStages.WithCreate withActiveDirectoryAdministrator(String userLogin, String id)
      Sets the SQL Active Directory administrator.

      Azure Active Directory authentication allows you to centrally manage identity and access to your Azure SQL Database V12.

      Parameters:
      userLogin - the user or group login; it can be the name or the email address
      id - the user or group unique ID
      Returns:
      Next stage of the SQL Server definition