ServicesOperationsExtensions.ListByResourceGroupNextAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Search.Models.SearchService>> ListByResourceGroupNextAsync (this Microsoft.Azure.Management.Search.IServicesOperations operations, string nextPageLink, Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions searchManagementRequestOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupNextAsync : Microsoft.Azure.Management.Search.IServicesOperations * string * Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Search.Models.SearchService>>
<Extension()>
Public Function ListByResourceGroupNextAsync (operations As IServicesOperations, nextPageLink As String, Optional searchManagementRequestOptions As SearchManagementRequestOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SearchService))

パラメーター

operations
IServicesOperations

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

nextPageLink
String

List 操作への前回の正常な呼び出しからの NextLink。

searchManagementRequestOptions
SearchManagementRequestOptions

操作の追加パラメーター

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象