Share via


FacebookPage Class

Definition

A Facebook page for Facebook channel registration

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

Constructors

FacebookPage()

Creates an new FacebookPage instance.

Properties

AccessToken

Facebook application access token. Value only returned through POST to the action Channel List API, otherwise empty.

Id

Page id

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FacebookPage.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FacebookPage.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FacebookPage into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to