Facebook Class

Definition

The configuration settings of the Facebook provider.

C#
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FacebookTypeConverter))]
public class Facebook : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFacebook
Inheritance
Facebook
Attributes
Implements

Constructors

Name Description
Facebook()

Creates an new Facebook instance.

Properties

Name Description
Enabled

false if the Facebook provider should not be enabled despite the set registration; otherwise, true.

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

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Facebook.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Facebook.

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)

Serializes this instance of Facebook into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to

Prodotto Versioni
Azure - PowerShell Commands 13.5.0, 12 (LTS), Latest