Uses of Class
com.azure.resourcemanager.appservice.models.Apple
-
Packages that use Apple Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of Apple in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return Apple Modifier and Type Method Description AppleIdentityProviders. apple()Get the apple property: The configuration settings of the Apple provider.AppleApple. withEnabled(Boolean enabled)Set the enabled property: <code>false</code> if the Apple provider should not be enabled despite the set registration; otherwise, <code>true</code>.AppleApple. withLogin(LoginScopes login)Set the login property: The configuration settings of the login flow.AppleApple. withRegistration(AppleRegistration registration)Set the registration property: The configuration settings of the Apple registration.Methods in com.azure.resourcemanager.appservice.models with parameters of type Apple Modifier and Type Method Description IdentityProvidersIdentityProviders. withApple(Apple apple)Set the apple property: The configuration settings of the Apple provider.
-