Interface IGraphGroupCollection
Public interface to define a collection of Microsoft 365 Groups
public interface IGraphGroupCollection : IQueryable<IGraphGroup>, IQueryable, IAsyncEnumerable<IGraphGroup>, IDataModelCollection<IGraphGroup>, IEnumerable<IGraphGroup>, IEnumerable, IDataModelParent, IDataModelWithContext, IRequestableCollection, IDataModelCollectionLoad<IGraphGroup>, ISupportModules<IGraphGroupCollection>
- Inherited Members
- Extension Methods