Uses of Class
com.azure.resourcemanager.appcontainers.models.Apple
-
Packages that use Apple Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of Apple in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return Apple Modifier and Type Method Description Apple
IdentityProviders. apple()
Get the apple property: The configuration settings of the Apple provider.Apple
Apple. 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>.Apple
Apple. withLogin(LoginScopes login)
Set the login property: The configuration settings of the login flow.Apple
Apple. withRegistration(AppleRegistration registration)
Set the registration property: The configuration settings of the Apple registration.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type Apple Modifier and Type Method Description IdentityProviders
IdentityProviders. withApple(Apple apple)
Set the apple property: The configuration settings of the Apple provider.
-