次の方法で共有


GroupsOperationsExtensions.ListOwnersAsync メソッド

定義

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

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

パラメーター

operations
IGroupsOperations

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

objectId
String

所有者を取得するグループのオブジェクト ID。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象