ISearchServices.ListQueryKeys(String, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された Azure Search サービスのクエリ API キーの一覧を返します。
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Management.Search.Fluent.IQueryKey> ListQueryKeys (string resourceGroupName, string searchServiceName);
abstract member ListQueryKeys : string * string -> System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Management.Search.Fluent.IQueryKey>
Public Function ListQueryKeys (resourceGroupName As String, searchServiceName As String) As IReadOnlyList(Of IQueryKey)
パラメーター
- resourceGroupName
- String
現在のサブスクリプション内のリソース グループの名前。この値は、Azure Resource Manager API またはポータルから取得できます。
- searchServiceName
- String
指定したリソース グループに関連付けられている Azure Search Serviceの名前。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET