Uses of Class
com.azure.resourcemanager.appservice.models.AppleRegistration
Packages that use AppleRegistration
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of AppleRegistration in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AppleRegistrationModifier and TypeMethodDescriptionstatic AppleRegistration
AppleRegistration.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AppleRegistration from the JsonReader.Apple.registration()
Get the registration property: The configuration settings of the Apple registration.AppleRegistration.withClientId
(String clientId) Set the clientId property: The Client ID of the app used for login.AppleRegistration.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 AppleRegistrationModifier and TypeMethodDescriptionApple.withRegistration
(AppleRegistration registration) Set the registration property: The configuration settings of the Apple registration.