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.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET