GroupsOperations Class

Definition

public class GroupsOperations : Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Groups.IGroupsOperations, Microsoft.Rest.IServiceOperations<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.MicrosoftGraphClient>
type GroupsOperations = class
    interface IServiceOperations<MicrosoftGraphClient>
    interface IGroupsOperations
Public Class GroupsOperations
Implements IGroupsOperations, IServiceOperations(Of MicrosoftGraphClient)
Inheritance
GroupsOperations
Implements

Constructors

GroupsOperations(MicrosoftGraphClient)

Properties

Client

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