次の方法で共有


QueryKeysOperationsExtensions.Delete メソッド

定義

指定したクエリ キーを削除します。 管理キーとは異なり、クエリ キーは再生成されません。 クエリ キーを再生成するプロセスは、削除してから再作成することです。 https://aka.ms/search-manage

public static void Delete (this Microsoft.Azure.Management.Search.IQueryKeysOperations operations, string resourceGroupName, string searchServiceName, string key, Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions searchManagementRequestOptions = default);
static member Delete : Microsoft.Azure.Management.Search.IQueryKeysOperations * string * string * string * Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions -> unit
<Extension()>
Public Sub Delete (operations As IQueryKeysOperations, resourceGroupName As String, searchServiceName As String, key As String, Optional searchManagementRequestOptions As SearchManagementRequestOptions = Nothing)

パラメーター

operations
IQueryKeysOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

現在のサブスクリプション内のリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

searchServiceName
String

指定したリソース グループに関連付けられているAzure Cognitive Search サービスの名前。

key
String

削除するクエリ キー。 クエリ キーは、名前ではなく値によって識別されます。

searchManagementRequestOptions
SearchManagementRequestOptions

操作の追加パラメーター

適用対象