Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
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 © 2019. All rights reserved.