Share via


TeamsOperations Class

Definition

TeamsOperations operations.

public class TeamsOperations : Microsoft.Bot.Connector.Teams.ITeamsOperations, Microsoft.Rest.IServiceOperations<Microsoft.Bot.Connector.Teams.TeamsConnectorClient>
type TeamsOperations = class
    interface IServiceOperations<TeamsConnectorClient>
    interface ITeamsOperations
Public Class TeamsOperations
Implements IServiceOperations(Of TeamsConnectorClient), ITeamsOperations
Inheritance
TeamsOperations
Implements
ITeamsOperations Microsoft.Rest.IServiceOperations<TeamsConnectorClient>

Constructors

TeamsOperations(TeamsConnectorClient)

Initializes a new instance of the TeamsOperations class.

Properties

Client

Gets a reference to the TeamsConnectorClient.

Methods

FetchChannelListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Fetches channel list for a given team.

FetchMeetingInfoWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Fetches details related to a meeting.

FetchParticipantWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Fetches Teams meeting participant details.

FetchTeamDetailsWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Fetches details related to a team.

Extension Methods

FetchChannelListAsync(ITeamsOperations, String, CancellationToken)

Fetches channel list for a given team.

FetchMeetingInfoAsync(ITeamsOperations, String, CancellationToken)

Fetches information related to a Teams meeting.

FetchParticipantAsync(ITeamsOperations, String, String, String, CancellationToken)

Fetches participant details related to a Teams meeting.

FetchTeamDetailsAsync(ITeamsOperations, String, CancellationToken)

Fetches details related to a team.

Applies to