GroupsOperationsExtensions.GetGroupMembersNextAsync メソッド

定義

グループのメンバーを取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DirectoryObject>> GetGroupMembersNextAsync (this Microsoft.Azure.Management.Graph.RBAC.Fluent.IGroupsOperations operations, string nextLink, System.Threading.CancellationToken cancellationToken = default);
static member GetGroupMembersNextAsync : Microsoft.Azure.Management.Graph.RBAC.Fluent.IGroupsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DirectoryObject>>
<Extension()>
Public Function GetGroupMembersNextAsync (operations As IGroupsOperations, nextLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DirectoryObject))

パラメーター

operations
IGroupsOperations

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

nextLink
String

リスト操作の次のリンク。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象