SmsChannelProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |