Server Azure AD Administrators - Get
Returns an server Administrator.
GET 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. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
OK |
Examples
Get the Active Directory Administrator
Sample request
GET 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
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"
}
}
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.
| Value | Description |
|---|---|
| ActiveDirectory |
ServerAdministratorName
Name of the server administrator resource.
| Value | Description |
|---|---|
| activeDirectory |
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 (uuid) |
The server administrator Sid (Secure ID). |
| properties.tenantId |
string (uuid) |
The server Active Directory Administrator tenant id. |
| type |
string |
Resource type. |