次の方法で共有


IUpdateDefinition<ParentT> インターフェイス

定義

Web アプリの更新の一部としての Web アプリ認証定義の全体。

public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IWithAuthenticationProvider<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IWithDefaultAuthenticationProvider<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IWithExternalRedirectUrls<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IWithTokenStore<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IUpdateDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithDefaultAuthenticationProvider<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInUpdate<'ParentT>
    interface IWithAuthenticationProvider<'ParentT>
    interface IWithTokenStore<'ParentT>
    interface IWithExternalRedirectUrls<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInUpdate(Of ParentT), IWithAttach(Of ParentT), IWithAuthenticationProvider(Of ParentT), IWithDefaultAuthenticationProvider(Of ParentT), IWithExternalRedirectUrls(Of ParentT), IWithTokenStore(Of ParentT)

型パラメーター

ParentT

最終的な UpdateDefinitionStages.WithAttach.attach() の戻り値の型。

実装

メソッド

Attach()

Web アプリの更新の一部としての Web アプリ認証定義の全体。

(継承元 IInUpdate<ParentT>)
WithActiveDirectory(String, String, String)

Active Directory のプロバイダーと、そのクライアント ID と発行者の URL を指定します。

(継承元 IWithAuthenticationProvider<ParentT>)
WithActiveDirectory(String, String)

Active Directory のプロバイダーと、そのクライアント ID と発行者の URL を指定します。

(継承元 IWithAuthenticationProvider<ParentT>)
WithAllowedExternalRedirectUrl(String)

外部リダイレクト URL を追加します。

(継承元 IWithExternalRedirectUrls<ParentT>)
WithAnonymousAuthentication()

既定ではログインは必要ありません。

(継承元 IWithDefaultAuthenticationProvider<ParentT>)
WithDefaultAuthenticationProvider(BuiltInAuthenticationProvider)

既定の認証プロバイダーを指定します。

(継承元 IWithDefaultAuthenticationProvider<ParentT>)
WithFacebook(String, String)

Facebook のプロバイダーとそのアプリ ID とアプリ シークレットを指定します。

(継承元 IWithAuthenticationProvider<ParentT>)
WithGoogle(String, String)

Google のプロバイダーと、そのクライアント ID とクライアント シークレットを指定します。

(継承元 IWithAuthenticationProvider<ParentT>)
WithMicrosoft(String, String)

プロバイダーを Microsoft に指定し、そのクライアント ID とクライアント シークレットを指定します。

(継承元 IWithAuthenticationProvider<ParentT>)
WithTokenStore(Boolean)

トークン ストアを有効にする必要があるかどうかを指定します。

(継承元 IWithTokenStore<ParentT>)
WithTwitter(String, String)

プロバイダーを Twitter にし、その API キーと API シークレットを指定します。

(継承元 IWithAuthenticationProvider<ParentT>)

適用対象