Uses of Class
com.azure.resourcemanager.appcontainers.models.AppRegistration
-
Packages that use AppRegistration Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of AppRegistration in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return AppRegistration Modifier and Type Method Description AppRegistration
Facebook. registration()
Get the registration property: The configuration settings of the app registration for the Facebook provider.AppRegistration
AppRegistration. withAppId(String appId)
Set the appId property: The App ID of the app used for login.AppRegistration
AppRegistration. withAppSecretSettingName(String appSecretSettingName)
Set the appSecretSettingName property: The app setting name that contains the app secret.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type AppRegistration Modifier and Type Method Description Facebook
Facebook. withRegistration(AppRegistration registration)
Set the registration property: The configuration settings of the app registration for the Facebook provider.
-