Uses of Class
com.azure.resourcemanager.appcontainers.models.GitHub
Packages that use GitHub
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of GitHub in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return GitHubModifier and TypeMethodDescriptionstatic GitHub
GitHub.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of GitHub from the JsonReader.IdentityProviders.gitHub()
Get the gitHub property: The configuration settings of the GitHub provider.GitHub.withEnabled
(Boolean enabled) Set the enabled property: <code>false</code> if the GitHub provider should not be enabled despite the set registration; otherwise, <code>true</code>.GitHub.withLogin
(LoginScopes login) Set the login property: The configuration settings of the login flow.GitHub.withRegistration
(ClientRegistration registration) Set the registration property: The configuration settings of the app registration for the GitHub provider.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type GitHubModifier and TypeMethodDescriptionIdentityProviders.withGitHub
(GitHub gitHub) Set the gitHub property: The configuration settings of the GitHub provider.