次の方法で共有


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

既定の認証プロバイダー。

戻り値

適用対象