ActiveDirectoryClient.GetGroupMembers 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.
public System.Collections.Generic.IEnumerable<Microsoft.Azure.Graph.RBAC.Version1_6.ActiveDirectory.PSADObject> GetGroupMembers (Microsoft.Azure.Graph.RBAC.Version1_6.ActiveDirectory.ADObjectFilterOptions options, ulong first = 18446744073709551615, ulong skip = 0);
member this.GetGroupMembers : Microsoft.Azure.Graph.RBAC.Version1_6.ActiveDirectory.ADObjectFilterOptions * uint64 * uint64 -> seq<Microsoft.Azure.Graph.RBAC.Version1_6.ActiveDirectory.PSADObject>
Public Function GetGroupMembers (options As ADObjectFilterOptions, Optional first As ULong = 18446744073709551615, Optional skip As ULong = 0) As IEnumerable(Of PSADObject)
Parameters
- options
- ADObjectFilterOptions
- first
- UInt64
- skip
- UInt64