다음을 통해 공유


IMSTeamsChannel Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.MSTeamsChannelTypeConverter))]
public interface IMSTeamsChannel : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IChannel
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.MSTeamsChannelTypeConverter))>]
type IMSTeamsChannel = interface
    interface IJsonSerializable
    interface IChannel
Public Interface IMSTeamsChannel
Implements IChannel
Derived
Attributes
Implements

Properties

AcceptedTerm

Whether this channel accepted terms

CallingWebhook

Webhook for Microsoft Teams channel calls

DeploymentEnvironment

Deployment environment for Microsoft Teams channel calls

EnableCalling

Enable calling for Microsoft Teams channel

Etag

Entity Tag of the resource

(Inherited from IChannel)
IncomingCallRoute

Webhook for Microsoft Teams channel calls

IsEnabled

Whether this channel is enabled for the bot

Location

Specifies the location of the resource.

(Inherited from IChannel)
Name

The channel name

(Inherited from IChannel)
ProvisioningState

Provisioning state of the resource

(Inherited from IChannel)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to