Interface SqlServer.DefinitionStages.WithActiveDirectoryAdministrator
-
- All Known Subinterfaces:
SqlServer.Definition,SqlServer.DefinitionStages.WithCreate
- Enclosing interface:
- SqlServer.DefinitionStages
public static interface SqlServer.DefinitionStages.WithActiveDirectoryAdministratorA SQL Server definition setting the Active Directory administrator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlServer.DefinitionStages.WithCreatewithActiveDirectoryAdministrator(String userLogin, String id)Sets the SQL Active Directory administrator.
-
-
-
Method Detail
-
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 addressid- the user or group unique ID- Returns:
- Next stage of the SQL Server definition
-
-