Uses of Class
com.azure.resourcemanager.appservice.models.ClientRegistration
-
Packages that use ClientRegistration Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of ClientRegistration in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ClientRegistration Modifier and Type Method Description ClientRegistrationGitHub. registration()Get the registration property: The configuration settings of the app registration for the GitHub provider.ClientRegistrationGoogle. registration()Get the registration property: The configuration settings of the app registration for the Google provider.ClientRegistrationLegacyMicrosoftAccount. registration()Get the registration property: The configuration settings of the app registration for the legacy Microsoft Account provider.ClientRegistrationClientRegistration. withClientId(String clientId)Set the clientId property: The Client ID of the app used for login.ClientRegistrationClientRegistration. withClientSecretSettingName(String clientSecretSettingName)Set the clientSecretSettingName property: The app setting name that contains the client secret.Methods in com.azure.resourcemanager.appservice.models with parameters of type ClientRegistration Modifier and Type Method Description GitHubGitHub. withRegistration(ClientRegistration registration)Set the registration property: The configuration settings of the app registration for the GitHub provider.GoogleGoogle. withRegistration(ClientRegistration registration)Set the registration property: The configuration settings of the app registration for the Google provider.LegacyMicrosoftAccountLegacyMicrosoftAccount. withRegistration(ClientRegistration registration)Set the registration property: The configuration settings of the app registration for the legacy Microsoft Account provider.
-