@Beta(value=V1_7_0)
public static interface SqlServer.DefinitionStages.WithActiveDirectoryAdministrator
| Modifier and Type | Method and Description |
|---|---|
SqlServer.DefinitionStages.WithCreate |
withActiveDirectoryAdministrator(String userLogin,
String id)
Sets the SQL Active Directory administrator.
|
SqlServer.DefinitionStages.WithCreate withActiveDirectoryAdministrator(String userLogin, String id)
Azure Active Directory authentication allows you to centrally manage identity and access to your Azure SQL Database V12.
userLogin - the user or group login; it can be the name or the email addressid - the user or group unique ID/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/