Server Azure AD Only Authentications - Get
Ottiene una proprietà di autenticazione specifica di Azure Active Directory.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/azureADOnlyAuthentications/Default?api-version=2021-11-01
Parametri dell'URI
Nome | In | Necessario | Tipo | Descrizione |
---|---|---|---|---|
authentication
|
path | True |
Nome del server azure active directory solo autenticazione. |
|
resource
|
path | True |
string |
Nome del gruppo di risorse contenente la risorsa. È possibile ottenere questo valore dall'API di Gestione risorse di Azure o dal portale. |
server
|
path | True |
string |
Nome del server. |
subscription
|
path | True |
string |
ID sottoscrizione che identifica una sottoscrizione di Azure. |
api-version
|
query | True |
string |
Versione dell'API da usare per la richiesta. |
Risposte
Nome | Tipo | Descrizione |
---|---|---|
200 OK |
È stato recuperato correttamente una proprietà di autenticazione specificata di Azure Active Directory. |
|
Other Status Codes |
Risposte agli errori: **
|
Esempio
Gets a Azure Active Directory only authentication property.
Esempio di richiesta
Risposta di esempio
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-4799/providers/Microsoft.Sql/servers/sqlcrudtest-6440/azureadonlyauthentications/default",
"name": "Default",
"type": "Microsoft.Sql/servers/azureadonlyauthentications",
"properties": {
"azureADOnlyAuthentication": true
}
}
Definizioni
Nome | Descrizione |
---|---|
Authentication |
Nome del server azure active directory solo autenticazione. |
Server |
Solo autenticazione di Azure Active Directory. |
AuthenticationName
Nome del server azure active directory solo autenticazione.
Nome | Tipo | Descrizione |
---|---|---|
Default |
string |
ServerAzureADOnlyAuthentication
Solo autenticazione di Azure Active Directory.
Nome | Tipo | Descrizione |
---|---|---|
id |
string |
ID risorsa. |
name |
string |
Nome risorsa. |
properties.azureADOnlyAuthentication |
boolean |
Solo autenticazione di Azure Active Directory abilitata. |
type |
string |
Tipo di risorsa. |