| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityProviders |
SiteAuthSettingsV2Properties.identityProviders()
Get the identityProviders property: The configuration settings of each of the identity providers used to
configure App Service Authentication/Authorization.
|
IdentityProviders |
SiteAuthSettingsV2Inner.identityProviders()
Get the identityProviders property: The configuration settings of each of the identity providers used to
configure App Service Authentication/Authorization.
|
| Modifier and Type | Method and Description |
|---|---|
SiteAuthSettingsV2Properties |
SiteAuthSettingsV2Properties.withIdentityProviders(IdentityProviders identityProviders)
Set the identityProviders property: The configuration settings of each of the identity providers used to
configure App Service Authentication/Authorization.
|
SiteAuthSettingsV2Inner |
SiteAuthSettingsV2Inner.withIdentityProviders(IdentityProviders identityProviders)
Set the identityProviders property: The configuration settings of each of the identity providers used to
configure App Service Authentication/Authorization.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityProviders |
IdentityProviders.withApple(Apple apple)
Set the apple property: The configuration settings of the Apple provider.
|
IdentityProviders |
IdentityProviders.withAzureActiveDirectory(AzureActiveDirectory azureActiveDirectory)
Set the azureActiveDirectory property: The configuration settings of the Azure Active directory provider.
|
IdentityProviders |
IdentityProviders.withAzureStaticWebApps(AzureStaticWebApps azureStaticWebApps)
Set the azureStaticWebApps property: The configuration settings of the Azure Static Web Apps provider.
|
IdentityProviders |
IdentityProviders.withCustomOpenIdConnectProviders(Map<String,CustomOpenIdConnectProvider> customOpenIdConnectProviders)
Set the customOpenIdConnectProviders property: The map of the name of the alias of each custom Open ID Connect
provider to the configuration settings of the custom Open ID Connect provider.
|
IdentityProviders |
IdentityProviders.withFacebook(Facebook facebook)
Set the facebook property: The configuration settings of the Facebook provider.
|
IdentityProviders |
IdentityProviders.withGitHub(GitHub gitHub)
Set the gitHub property: The configuration settings of the GitHub provider.
|
IdentityProviders |
IdentityProviders.withGoogle(Google google)
Set the google property: The configuration settings of the Google provider.
|
IdentityProviders |
IdentityProviders.withLegacyMicrosoftAccount(LegacyMicrosoftAccount legacyMicrosoftAccount)
Set the legacyMicrosoftAccount property: The configuration settings of the legacy Microsoft Account provider.
|
IdentityProviders |
IdentityProviders.withTwitter(Twitter twitter)
Set the twitter property: The configuration settings of the Twitter provider.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.