FacebookChannel Class
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.
Facebook channel definition
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.FacebookChannelTypeConverter))]
public class FacebookChannel : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IFacebookChannel, Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.FacebookChannelTypeConverter))>]
type FacebookChannel = class
interface IFacebookChannel
interface IJsonSerializable
interface IChannel
interface IValidates
Public Class FacebookChannel
Implements IFacebookChannel, IValidates
- Inheritance
-
FacebookChannel
- Attributes
- Implements
Facebook |
Creates an new FacebookChannel instance. |
App |
Facebook application id |
App |
Facebook application secret. Value only returned through POST to the action Channel List API, otherwise empty. |
Callback |
Callback Url |
Etag |
Entity Tag of the resource |
Is |
Whether this channel is enabled for the bot |
Location |
Specifies the location of the resource. |
Name |
The channel name |
Page |
The list of Facebook pages |
Provisioning |
Provisioning state of the resource |
Verify |
Verify token. Value only returned through POST to the action Channel List API, otherwise empty. |
Deserialize |
Deserializes a IDictionary into an instance of FacebookChannel. |
Deserialize |
Deserializes a PSObject into an instance of FacebookChannel. |
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IFacebookChannel. |
From |
Creates a new instance of FacebookChannel, deserializing the content from a json string. |
To |
Serializes this instance of FacebookChannel into a JsonNode. |
To |
Serializes this instance to a json string. |
Validate(IEvent |
Validates that this object meets the validation criteria. |
Product | Versions |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |