IWithDefaultAuthenticationProvider<ParentT>.WithDefaultAuthenticationProvider Method

Definition

Specifies the default authentication provider.

public Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IWithAttach<ParentT> WithDefaultAuthenticationProvider (Microsoft.Azure.Management.AppService.Fluent.Models.BuiltInAuthenticationProvider provider);
abstract member WithDefaultAuthenticationProvider : Microsoft.Azure.Management.AppService.Fluent.Models.BuiltInAuthenticationProvider -> Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithDefaultAuthenticationProvider (provider As BuiltInAuthenticationProvider) As IWithAttach(Of ParentT)

Parameters

provider
BuiltInAuthenticationProvider

The default authentication provider.

Returns

Applies to