Server Azure AD Administrators - Create Or Update
Creates a new Server Active Directory Administrator or updates an existing server Active Directory Administrator.
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/administrators/activeDirectory?api-version=2014-04-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
administrator
|
path | True |
Name of the server administrator resource. |
|
resource
|
path | True |
string |
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. |
server
|
path | True |
string |
The name of the server. |
subscription
|
path | True |
string |
The subscription ID that identifies an Azure subscription. |
api-version
|
query | True |
string |
The API version to use for the request. |
Request Body
Name | Required | Type | Description |
---|---|---|---|
properties.administratorType | True |
The type of administrator. |
|
properties.login | True |
string |
The server administrator login value. |
properties.sid | True |
string |
The server administrator Sid (Secure ID). |
properties.tenantId | True |
string |
The server Active Directory Administrator tenant id. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK |
|
201 Created |
Created |
|
202 Accepted |
Accepted |
Examples
Create/Update a server administrator
Sample request
PUT https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-4799/providers/Microsoft.Sql/servers/sqlcrudtest-6440/administrators/activeDirectory?api-version=2014-04-01
{
"name": "activeDirectory",
"properties": {
"administratorType": "ActiveDirectory",
"login": "bob@contoso.com",
"sid": "c6b82b90-a647-49cb-8a62-0d2d3cb7ac7c",
"tenantId": "c6b82b90-a647-49cb-8a62-0d2d3cb7ac7c"
}
}
Sample response
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-4799/providers/Microsoft.Sql/servers/sqlcrudtest-6440/administrators/activeDirectory",
"name": "activeDirectory",
"properties": {
"administratorType": "ActiveDirectory",
"login": "bob@contoso.com",
"sid": "c6b82b90-a647-49cb-8a62-0d2d3cb7ac7c",
"tenantId": "c6b82b90-a647-49cb-8a62-0d2d3cb7ac7c"
}
}
"Created"
"Accepted"
Definitions
Name | Description |
---|---|
Administrator |
The type of administrator. |
Server |
Name of the server administrator resource. |
Server |
An server Active Directory Administrator. |
AdministratorType
The type of administrator.
Name | Type | Description |
---|---|---|
ActiveDirectory |
string |
ServerAdministratorName
Name of the server administrator resource.
Name | Type | Description |
---|---|---|
activeDirectory |
string |
ServerAzureADAdministrator
An server Active Directory Administrator.
Name | Type | Description |
---|---|---|
id |
string |
Resource ID. |
name |
string |
Resource name. |
properties.administratorType |
The type of administrator. |
|
properties.login |
string |
The server administrator login value. |
properties.sid |
string |
The server administrator Sid (Secure ID). |
properties.tenantId |
string |
The server Active Directory Administrator tenant id. |
type |
string |
Resource type. |