Share via


IGroupsOperations Interface

Definition

public interface IGroupsOperations
type IGroupsOperations = interface
Public Interface IGroupsOperations
Derived

Methods

CreateGroupWithHttpMessagesAsync(MicrosoftGraphGroup, Dictionary<String,List<String>>, CancellationToken)
DeleteGroupWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
GetGroupWithHttpMessagesAsync(String, String, IList<String>, IList<String>, Dictionary<String,List<String>>, CancellationToken)
ListGroupWithHttpMessagesAsync(String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, IList<String>, IList<String>, IList<String>, Dictionary<String,List<String>>, CancellationToken)
UpdateGroupWithHttpMessagesAsync(String, MicrosoftGraphGroup, Dictionary<String,List<String>>, CancellationToken)

Extension Methods

CreateGroup(IGroupsOperations, MicrosoftGraphGroup)
CreateGroupAsync(IGroupsOperations, MicrosoftGraphGroup, CancellationToken)
DeleteGroup(IGroupsOperations, String, String)
DeleteGroupAsync(IGroupsOperations, String, String, CancellationToken)
GetGroup(IGroupsOperations, String, String, IList<String>, IList<String>)
GetGroupAsync(IGroupsOperations, String, String, IList<String>, IList<String>, CancellationToken)
ListGroup(IGroupsOperations, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, IList<String>, IList<String>, IList<String>)
ListGroupAsync(IGroupsOperations, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, IList<String>, IList<String>, IList<String>, CancellationToken)
UpdateGroup(IGroupsOperations, String, MicrosoftGraphGroup)
UpdateGroupAsync(IGroupsOperations, String, MicrosoftGraphGroup, CancellationToken)

Applies to