次の方法で共有


GroupsOperationsExtensions.GetMemberGroups メソッド

定義

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

public static System.Collections.Generic.IEnumerable<string> GetMemberGroups(this Microsoft.Azure.Graph.RBAC.IGroupsOperations operations, string objectId, Microsoft.Azure.Graph.RBAC.Models.GroupGetMemberGroupsParameters parameters);
static member GetMemberGroups : Microsoft.Azure.Graph.RBAC.IGroupsOperations * string * Microsoft.Azure.Graph.RBAC.Models.GroupGetMemberGroupsParameters -> seq<string>
<Extension()>
Public Function GetMemberGroups (operations As IGroupsOperations, objectId As String, parameters As GroupGetMemberGroupsParameters) As IEnumerable(Of String)

パラメーター

operations
IGroupsOperations

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

objectId
String

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

parameters
GroupGetMemberGroupsParameters

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

戻り値

適用対象