Uses of Class
com.azure.resourcemanager.appservice.models.GitHub
-
Packages that use GitHub Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of GitHub in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return GitHub Modifier and Type Method Description GitHubIdentityProviders. gitHub()Get the gitHub property: The configuration settings of the GitHub provider.GitHubGitHub. 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>.GitHubGitHub. withLogin(LoginScopes login)Set the login property: The configuration settings of the login flow.GitHubGitHub. withRegistration(ClientRegistration registration)Set the registration property: The configuration settings of the app registration for the GitHub provider.Methods in com.azure.resourcemanager.appservice.models with parameters of type GitHub Modifier and Type Method Description IdentityProvidersIdentityProviders. withGitHub(GitHub gitHub)Set the gitHub property: The configuration settings of the GitHub provider.
-