你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Facebook Class

Definition

The configuration settings of the Facebook provider.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.FacebookTypeConverter))]
public class Facebook : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IFacebook
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.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

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

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.Websites.Models.Api20210201.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.

ToString()

Applies to