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