Compartir a través de


MSTeamsChannelProperties Class

Definition

The parameters to provide for the Microsoft Teams channel.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.MSTeamsChannelPropertiesTypeConverter))]
public class MSTeamsChannelProperties : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IMSTeamsChannelProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.MSTeamsChannelPropertiesTypeConverter))>]
type MSTeamsChannelProperties = class
    interface IMSTeamsChannelProperties
    interface IJsonSerializable
Public Class MSTeamsChannelProperties
Implements IMSTeamsChannelProperties
Inheritance
MSTeamsChannelProperties
Attributes
Implements

Constructors

MSTeamsChannelProperties()

Creates an new MSTeamsChannelProperties 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

IncomingCallRoute

Webhook for Microsoft Teams channel calls

IsEnabled

Whether this channel is enabled for the bot

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MSTeamsChannelProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MSTeamsChannelProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MSTeamsChannelProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to