다음을 통해 공유


MSTeamsChannel Class

Definition

Microsoft Teams channel definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.MSTeamsChannelTypeConverter))]
public class MSTeamsChannel : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IMSTeamsChannel, Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.MSTeamsChannelTypeConverter))>]
type MSTeamsChannel = class
    interface IMSTeamsChannel
    interface IJsonSerializable
    interface IChannel
    interface IValidates
Public Class MSTeamsChannel
Implements IMSTeamsChannel, IValidates
Inheritance
MSTeamsChannel
Attributes
Implements

Constructors

MSTeamsChannel()

Creates an new MSTeamsChannel instance.

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

IncomingCallRoute

Webhook for Microsoft Teams channel calls

IsEnabled

Whether this channel is enabled for the bot

Location

Specifies the location of the resource.

Name

The channel name

ProvisioningState

Provisioning state of the resource

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MSTeamsChannel.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MSTeamsChannel.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IMSTeamsChannel.

FromJsonString(String)

Creates a new instance of MSTeamsChannel, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MSTeamsChannel into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to