Uses of Class
com.azure.resourcemanager.appservice.models.Twitter
Packages that use Twitter
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of Twitter in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type TwitterModifier and TypeClassDescriptionfinal classThe configuration settings of the Twitter provider.Methods in com.azure.resourcemanager.appservice.models that return TwitterModifier and TypeMethodDescriptionstatic TwitterTwitter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Twitter from the JsonReader.IdentityProviders.twitter()Get the twitter property: The configuration settings of the Twitter provider.Twitter.withEnabled(Boolean enabled) Set the enabled property: <code>false</code> if the Twitter provider should not be enabled despite the set registration; otherwise, <code>true</code>.Twitter.withRegistration(TwitterRegistration registration) Set the registration property: The configuration settings of the app registration for the Twitter provider.Methods in com.azure.resourcemanager.appservice.models with parameters of type TwitterModifier and TypeMethodDescriptionIdentityProviders.withTwitter(Twitter twitter) Set the twitter property: The configuration settings of the Twitter provider.