Uses of Class
com.azure.resourcemanager.appcontainers.models.ClientRegistration
Packages that use ClientRegistration
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of ClientRegistration in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ClientRegistrationModifier and TypeMethodDescriptionstatic ClientRegistration
ClientRegistration.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ClientRegistration from the JsonReader.GitHub.registration()
Get the registration property: The configuration settings of the app registration for the GitHub provider.Google.registration()
Get the registration property: The configuration settings of the app registration for the Google provider.ClientRegistration.withClientId
(String clientId) Set the clientId property: The Client ID of the app used for login.ClientRegistration.withClientSecretSettingName
(String clientSecretSettingName) Set the clientSecretSettingName property: The app setting name that contains the client secret.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type ClientRegistrationModifier and TypeMethodDescriptionGitHub.withRegistration
(ClientRegistration registration) Set the registration property: The configuration settings of the app registration for the GitHub provider.Google.withRegistration
(ClientRegistration registration) Set the registration property: The configuration settings of the app registration for the Google provider.