TeamsOperations(TeamsConnectorClient) Constructor
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.
Initializes a new instance of the TeamsOperations class.
public TeamsOperations (Microsoft.Bot.Connector.Teams.TeamsConnectorClient client);
new Microsoft.Bot.Connector.Teams.TeamsOperations : Microsoft.Bot.Connector.Teams.TeamsConnectorClient -> Microsoft.Bot.Connector.Teams.TeamsOperations
Public Sub New (client As TeamsConnectorClient)
Parameters
- client
- TeamsConnectorClient
Reference to the service client.
Exceptions
Thrown when a required parameter is null.