다음을 통해 공유


ISmsChannel Interface

Definition

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

Properties

AccountSid

The Sms account SID. Value only returned through POST to the action Channel List API, otherwise empty.

AuthToken

The Sms auth token. 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)
Phone

The Sms phone

ProvisioningState

Provisioning state of the resource

(Inherited from IChannel)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to