次の方法で共有


ServicesOperationsExtensions.ListByResourceGroupAsync メソッド

定義

指定されたリソース グループ内のすべての検索サービスの一覧を取得します。 https://aka.ms/search-manage

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Search.Fluent.Models.SearchServiceInner>> ListByResourceGroupAsync (this Microsoft.Azure.Management.Search.Fluent.IServicesOperations operations, string resourceGroupName, Microsoft.Azure.Management.Search.Fluent.Models.SearchManagementRequestOptionsInner searchManagementRequestOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.Search.Fluent.IServicesOperations * string * Microsoft.Azure.Management.Search.Fluent.Models.SearchManagementRequestOptionsInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Search.Fluent.Models.SearchServiceInner>>
<Extension()>
Public Function ListByResourceGroupAsync (operations As IServicesOperations, resourceGroupName As String, Optional searchManagementRequestOptions As SearchManagementRequestOptionsInner = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of SearchServiceInner))

パラメーター

operations
IServicesOperations

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

resourceGroupName
String

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

searchManagementRequestOptions
SearchManagementRequestOptionsInner

操作の追加パラメーター

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象