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

TwitterRegistration Class

Definition

The configuration settings of the app registration for the Twitter provider.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.TwitterRegistrationTypeConverter))]
public class TwitterRegistration : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITwitterRegistration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.TwitterRegistrationTypeConverter))>]
type TwitterRegistration = class
    interface ITwitterRegistration
    interface IJsonSerializable
Public Class TwitterRegistration
Implements ITwitterRegistration
Inheritance
TwitterRegistration
Attributes
Implements

Constructors

TwitterRegistration()

Creates an new TwitterRegistration instance.

Properties

ConsumerKey

The OAuth 1.0a consumer key of the Twitter application used for sign-in. This setting is required for enabling Twitter Sign-In. Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in

ConsumerSecretSettingName

The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TwitterRegistration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TwitterRegistration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITwitterRegistration.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TwitterRegistration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to