Uses of Class
com.azure.resourcemanager.appcontainers.models.ClientRegistration
-
Packages that use ClientRegistration Package Description com.azure.resourcemanager.appcontainers.models 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 ClientRegistration Modifier and Type Method Description ClientRegistration
GitHub. registration()
Get the registration property: The configuration settings of the app registration for the GitHub provider.ClientRegistration
Google. registration()
Get the registration property: The configuration settings of the app registration for the Google provider.ClientRegistration
ClientRegistration. withClientId(String clientId)
Set the clientId property: The Client ID of the app used for login.ClientRegistration
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 ClientRegistration Modifier and Type Method Description GitHub
GitHub. withRegistration(ClientRegistration registration)
Set the registration property: The configuration settings of the app registration for the GitHub provider.Google
Google. withRegistration(ClientRegistration registration)
Set the registration property: The configuration settings of the app registration for the Google provider.
-