次の方法で共有


GroupsOperationsExtensions.GetMemberGroupsAsync メソッド

定義

指定したグループがメンバーであるグループのオブジェクト ID のコレクションを取得します。

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<string>> GetMemberGroupsAsync(this Microsoft.Azure.Management.Graph.RBAC.Fluent.IGroupsOperations operations, string objectId, Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.GroupGetMemberGroupsParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member GetMemberGroupsAsync : Microsoft.Azure.Management.Graph.RBAC.Fluent.IGroupsOperations * string * Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.GroupGetMemberGroupsParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<string>>
<Extension()>
Public Function GetMemberGroupsAsync (operations As IGroupsOperations, objectId As String, parameters As GroupGetMemberGroupsParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of String))

パラメーター

operations
IGroupsOperations

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

objectId
String

グループ メンバーシップを取得するグループのオブジェクト ID。

parameters
GroupGetMemberGroupsParameters

グループ フィルター パラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象