FacebookPage 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.
A Facebook page for Facebook channel registration.
public class FacebookPage : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.BotService.Models.FacebookPage>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.BotService.Models.FacebookPage>
public class FacebookPage
type FacebookPage = class
interface IJsonModel<FacebookPage>
interface IPersistableModel<FacebookPage>
type FacebookPage = class
Public Class FacebookPage
Implements IJsonModel(Of FacebookPage), IPersistableModel(Of FacebookPage)
Public Class FacebookPage
- Inheritance
-
FacebookPage
- Implements
Constructors
FacebookPage(String) |
Initializes a new instance of FacebookPage. |
Properties
AccessToken |
Facebook application access token. Value only returned through POST to the action Channel List API, otherwise empty. |
Id |
Page id. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<FacebookPage>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<FacebookPage>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<FacebookPage>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<FacebookPage>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<FacebookPage>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET