Facebook 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 configuration settings of the Facebook provider.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FacebookTypeConverter))]
public class Facebook : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFacebook
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FacebookTypeConverter))>]
type Facebook = class
interface IFacebook
interface IJsonSerializable
Public Class Facebook
Implements IFacebook
- Inheritance
-
Facebook
- Attributes
- Implements
Constructors
Facebook() |
Creates an new Facebook instance. |
Properties
Enabled |
|
GraphApiVersion |
The version of the Facebook api to be used while logging in. |
LoginScope |
A list of the scopes that should be requested while authenticating. |
RegistrationAppId |
The App ID of the app used for login. |
RegistrationAppSecretSettingName |
The app setting name that contains the app secret. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Facebook. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFacebook. |
FromJsonString(String) |
Creates a new instance of Facebook, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |