| 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 |
|---|---|
BuiltInAuthenticationProvider |
SiteAuthSettingsInner.defaultProvider()
Get the defaultProvider property: The default authentication provider to use when multiple providers are
configured.
|
| Modifier and Type | Method and Description |
|---|---|
SiteAuthSettingsInner |
SiteAuthSettingsInner.withDefaultProvider(BuiltInAuthenticationProvider defaultProvider)
Set the defaultProvider property: The default authentication provider to use when multiple providers are
configured.
|
| Modifier and Type | Method and Description |
|---|---|
static BuiltInAuthenticationProvider |
BuiltInAuthenticationProvider.fromString(String value)
Parses a serialized value to a BuiltInAuthenticationProvider instance.
|
static BuiltInAuthenticationProvider |
BuiltInAuthenticationProvider.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuiltInAuthenticationProvider[] |
BuiltInAuthenticationProvider.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WebAppAuthentication.DefinitionStages.WithAttach<ParentT> |
WebAppAuthentication.DefinitionStages.WithDefaultAuthenticationProvider.withDefaultAuthenticationProvider(BuiltInAuthenticationProvider provider)
Specifies the default authentication provider.
|
WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT> |
WebAppAuthentication.UpdateDefinitionStages.WithDefaultAuthenticationProvider.withDefaultAuthenticationProvider(BuiltInAuthenticationProvider provider)
Specifies the default authentication provider.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.