다음을 통해 공유


SmsChannelProperties Class

Definition

The parameters to provide for the Sms channel.

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

Constructors

SmsChannelProperties()

Creates an new SmsChannelProperties instance.

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.

IsEnabled

Whether this channel is enabled for the bot

IsValidated

Whether this channel is validated for the bot

Phone

The Sms phone

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SmsChannelProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SmsChannelProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SmsChannelProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to