Uses of Class
com.azure.resourcemanager.appcontainers.models.Twitter
Packages that use Twitter
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of Twitter in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return TwitterModifier and TypeMethodDescriptionstatic Twitter
Twitter.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.appcontainers.models with parameters of type TwitterModifier and TypeMethodDescriptionIdentityProviders.withTwitter
(Twitter twitter) Set the twitter property: The configuration settings of the Twitter provider.