Server Azure AD Only Authentications - List By Server
取得僅限 Azure Active Directory 驗證的伺服器清單。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/azureADOnlyAuthentications?api-version=2021-11-01
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
resource
|
path | True |
string |
包含資源的資源群組名稱。 您可以從 Azure 資源管理員 API 或入口網站取得這個值。 |
server
|
path | True |
string |
伺服器的名稱。 |
subscription
|
path | True |
string |
可識別 Azure 訂用帳戶的訂用帳戶識別碼。 |
api-version
|
query | True |
string |
要用於要求的 API 版本。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
已成功擷取 Azure Active Directory 僅驗證物件的清單。 |
|
Other Status Codes |
錯誤回應: ≦
|
範例
Gets a list of Azure Active Directory only authentication object.
範例要求
範例回覆
{
"value": [
{
"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
}
}
]
}
定義
名稱 | Description |
---|---|
Azure |
僅限 Active Directory 驗證的清單。 |
Server |
Azure Active Directory 僅驗證。 |
AzureADOnlyAuthListResult
僅限 Active Directory 驗證的清單。
名稱 | 類型 | Description |
---|---|---|
nextLink |
string |
連結以擷取下一頁的結果。 |
value |
結果陣列。 |
ServerAzureADOnlyAuthentication
Azure Active Directory 僅驗證。
名稱 | 類型 | Description |
---|---|---|
id |
string |
資源識別碼。 |
name |
string |
資源名稱。 |
properties.azureADOnlyAuthentication |
boolean |
僅啟用 Azure Active Directory 驗證。 |
type |
string |
資源類型。 |