次の方法で共有


GroupsOperationsExtensions.ListOwnersNext(IGroupsOperations, String) メソッド

定義

グループの所有者であるディレクトリ オブジェクト。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.DirectoryObject> ListOwnersNext (this Microsoft.Azure.Graph.RBAC.IGroupsOperations operations, string nextPageLink);
static member ListOwnersNext : Microsoft.Azure.Graph.RBAC.IGroupsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.DirectoryObject>
<Extension()>
Public Function ListOwnersNext (operations As IGroupsOperations, nextPageLink As String) As IPage(Of DirectoryObject)

パラメーター

operations
IGroupsOperations

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

nextPageLink
String

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

戻り値

注釈

所有者は、このオブジェクトの変更を許可されている管理者以外のユーザーのセットです。

適用対象