Compartir a través de


SkypeChannel Class

Definition

Skype channel definition

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

Constructors

SkypeChannel()

Creates an new SkypeChannel instance.

Properties

CallingWebHook

Calling web hook for Skype channel

EnableCalling

Enable calling for Skype channel

EnableGroup

Enable groups for Skype channel

EnableMediaCard

Enable media cards for Skype channel

EnableMessaging

Enable messaging for Skype channel

EnableScreenSharing

Enable screen sharing for Skype channel

EnableVideo

Enable video for Skype channel

Etag

Entity Tag of the resource

GroupsMode

Group mode for Skype channel

IncomingCallRoute

Incoming call route for Skype channel

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 SkypeChannel.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SkypeChannel.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SkypeChannel into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to