GroupsOperationsExtensions.GetMemberGroups Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of object IDs of groups of which the specified group is a member.
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)
Parameters
- operations
- IGroupsOperations
The operations group for this extension method.
- objectId
- String
The object ID of the group for which to get group membership.
- parameters
- GroupGetMemberGroupsParameters
Group filtering parameters.
Returns
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET