Twitter 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 Twitter provider.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.TwitterTypeConverter))]
public class Twitter : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ITwitter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.TwitterTypeConverter))>]
type Twitter = class
interface ITwitter
interface IJsonSerializable
Public Class Twitter
Implements ITwitter
- Inheritance
-
Twitter
- Attributes
- Implements
Constructors
Twitter() |
Creates an new Twitter instance. |
Properties
Enabled |
|
RegistrationConsumerKey |
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 |
RegistrationConsumerSecretSettingName |
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 Twitter. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ITwitter. |
FromJsonString(String) |
Creates a new instance of Twitter, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |