共用方式為


QueryKeysOperationsExtensions.CreateAsync 方法

定義

為指定的搜尋服務產生新的查詢索引鍵。 您最多可以對每個服務建立 50 個查詢金鑰。 https://aka.ms/search-manage

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Search.Fluent.Models.QueryKeyInner> CreateAsync (this Microsoft.Azure.Management.Search.Fluent.IQueryKeysOperations operations, string resourceGroupName, string searchServiceName, string name, Microsoft.Azure.Management.Search.Fluent.Models.SearchManagementRequestOptionsInner searchManagementRequestOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.Search.Fluent.IQueryKeysOperations * string * string * string * Microsoft.Azure.Management.Search.Fluent.Models.SearchManagementRequestOptionsInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Search.Fluent.Models.QueryKeyInner>
<Extension()>
Public Function CreateAsync (operations As IQueryKeysOperations, resourceGroupName As String, searchServiceName As String, name As String, Optional searchManagementRequestOptions As SearchManagementRequestOptionsInner = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of QueryKeyInner)

參數

operations
IQueryKeysOperations

這個擴充方法的作業群組。

resourceGroupName
String

目前訂用帳戶內的資源組名。 您可以從 Azure 資源管理員 API 或入口網站取得這個值。

searchServiceName
String

與指定資源群組相關聯的 Azure 搜尋服務名稱。

name
String

新查詢 API 金鑰的名稱。

searchManagementRequestOptions
SearchManagementRequestOptionsInner

作業的其他參數

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於