Uses of Class
com.azure.resourcemanager.appservice.models.Twitter
-
Packages that use Twitter Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of Twitter in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return Twitter Modifier and Type Method Description TwitterIdentityProviders. twitter()Get the twitter property: The configuration settings of the Twitter provider.TwitterTwitter. 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>.TwitterTwitter. 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 Twitter Modifier and Type Method Description IdentityProvidersIdentityProviders. withTwitter(Twitter twitter)Set the twitter property: The configuration settings of the Twitter provider.
-