Twitter Constructors
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.
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
<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.