Uses of Class
com.azure.resourcemanager.appcontainers.models.Twitter
-
Packages that use Twitter Package Description com.azure.resourcemanager.appcontainers.models 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 Twitter Modifier and Type Method Description Twitter
IdentityProviders. twitter()
Get the twitter property: The configuration settings of the Twitter provider.Twitter
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
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 Twitter Modifier and Type Method Description IdentityProviders
IdentityProviders. withTwitter(Twitter twitter)
Set the twitter property: The configuration settings of the Twitter provider.
-