SqlServer.DefinitionStages.WithActiveDirectoryAdministrator Interface

public static interface SqlServer.DefinitionStages.WithActiveDirectoryAdministrator

A SQL Server definition setting the Active Directory administrator.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withActiveDirectoryAdministrator(String userLogin, String id)

Sets the SQL Active Directory administrator.

Method Details

withActiveDirectoryAdministrator

public abstract 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

Applies to