Server Azure AD Only Authentications - Get
取得特定的 Azure Active Directory 僅驗證屬性。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/azureADOnlyAuthentications/Default?api-version=2021-11-01
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
authentication
|
path | True |
僅限伺服器 Azure Active Directory 驗證的名稱。 |
|
resource
|
path | True |
string |
包含資源的資源群組名稱。 您可以從 Azure Resource Manager 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 Azure Active Directory only authentication property.
範例要求
範例回覆
{
"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 |
---|---|
Authentication |
僅限伺服器 Azure Active Directory 驗證的名稱。 |
Server |
僅限 Azure Active Directory 驗證。 |
AuthenticationName
僅限伺服器 Azure Active Directory 驗證的名稱。
值 | Description |
---|---|
Default |
ServerAzureADOnlyAuthentication
僅限 Azure Active Directory 驗證。
名稱 | 類型 | Description |
---|---|---|
id |
string |
資源標識碼。 |
name |
string |
資源名稱。 |
properties.azureADOnlyAuthentication |
boolean |
僅啟用 Azure Active Directory 驗證。 |
type |
string |
資源類型。 |