다음을 통해 공유


IKikChannel Interface

Definition

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

Properties

ApiKey

Kik API key. Value only returned through POST to the action Channel List API, otherwise empty.

Etag

Entity Tag of the resource

(Inherited from IChannel)
IsEnabled

Whether this channel is enabled for the bot

IsValidated

Whether this channel is validated 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)
UserName

The Kik user name

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to