| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityProviders |
IdentityProviders.withApple(Apple apple)
Set the apple property: The configuration settings of the Apple provider.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.