共用方式為


SearchAadAuthDataPlaneAuthOptions 類別

定義

定義搜尋服務驗證要求之資料平面 API 的選項。 如果 'disableLocalAuth' 設定為 true,則無法設定此設定。

public class SearchAadAuthDataPlaneAuthOptions
type SearchAadAuthDataPlaneAuthOptions = class
Public Class SearchAadAuthDataPlaneAuthOptions
繼承
SearchAadAuthDataPlaneAuthOptions

建構函式

SearchAadAuthDataPlaneAuthOptions()

初始化 SearchAadAuthDataPlaneAuthOptions 的新實例。

屬性

AadAuthFailureMode

描述搜尋服務的資料平面 API 針對驗證失敗的要求傳送的回應。

ApiKeyOnly

表示只有 API 金鑰需要用於驗證。

若要將 物件指派給這個屬性,請使用 FromObjectAsJson<T>(T, JsonSerializerOptions)

若要將已格式化的 json 字串指派給這個屬性,請使用 FromString(String)

範例:

  • BinaryData.FromObjectAsJson (「foo」) 建立 「foo」 的承載。
  • BinaryData.FromString (「\」foo\「」) 建立 「foo」 的承載。
  • BinaryData.FromObjectAsJson (new { key = 「value」 }) 建立 { 「key」: 「value」 }的承載。
  • BinaryData.FromString (「{\」key\「: \」value\「}」) 建立 { 「key」: 「value」 }的承載。

適用於