IWithDefaultAuthenticationProvider<ParentT>.WithDefaultAuthenticationProvider 메서드

정의

기본 인증 공급자를 지정합니다.

public Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.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.Definition.IWithAttach<'ParentT>
Public Function WithDefaultAuthenticationProvider (provider As BuiltInAuthenticationProvider) As IWithAttach(Of ParentT)

매개 변수

provider
BuiltInAuthenticationProvider

기본 인증 공급자입니다.

반환

적용 대상