SearchAadAuthDataPlaneAuthOptions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義搜尋服務驗證要求之資料平面 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) 。 範例:
|