Share via


Twitter Constructors

Definition

Overloads

Twitter()

Initializes a new instance of the Twitter class.

Twitter(Nullable<Boolean>, TwitterRegistration)

Initializes a new instance of the Twitter class.

Twitter()

Initializes a new instance of the Twitter class.

public Twitter ();
Public Sub New ()

Applies to

Twitter(Nullable<Boolean>, TwitterRegistration)

Initializes a new instance of the Twitter class.

public Twitter (bool? enabled = default, Microsoft.Azure.Management.WebSites.Models.TwitterRegistration registration = default);
new Microsoft.Azure.Management.WebSites.Models.Twitter : Nullable<bool> * Microsoft.Azure.Management.WebSites.Models.TwitterRegistration -> Microsoft.Azure.Management.WebSites.Models.Twitter
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing, Optional registration As TwitterRegistration = Nothing)

Parameters

enabled
Nullable<Boolean>

<code>false</code> if the Twitter provider should not be enabled despite the set registration; otherwise, <code>true</code>.

registration
TwitterRegistration

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

Applies to