Partager via


IWithAttach<ParentT> Interface

Définition

Dernière étape de la définition d’authentification de l’application web. À ce stade, tous les paramètres facultatifs restants peuvent être spécifiés, ou la définition d’authentification de l’application web peut être attachée à la mise à jour de l’application web parente à l’aide de WithAttach.attach().

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IWithAuthenticationProvider<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 IWithAttach<'ParentT> = interface
    interface IInUpdate<'ParentT>
    interface IWithAuthenticationProvider<'ParentT>
    interface IWithTokenStore<'ParentT>
    interface IWithExternalRedirectUrls<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInUpdate(Of ParentT), IWithAuthenticationProvider(Of ParentT), IWithExternalRedirectUrls(Of ParentT), IWithTokenStore(Of ParentT)

Paramètres de type

ParentT

Type de retour de WithAttach.attach().

Dérivé
Implémente

Méthodes

Attach()

Dernière étape de la définition d’authentification de l’application web. À ce stade, tous les paramètres facultatifs restants peuvent être spécifiés, ou la définition d’authentification de l’application web peut être attachée à la mise à jour de l’application web parente à l’aide de WithAttach.attach().

(Hérité de IInUpdate<ParentT>)
WithActiveDirectory(String, String)

Spécifie le fournisseur à être Active Directory ainsi que son ID client et son URL d’émetteur.

(Hérité de IWithAuthenticationProvider<ParentT>)
WithActiveDirectory(String, String, String)

Spécifie le fournisseur à être Active Directory ainsi que son ID client et son URL d’émetteur.

(Hérité de IWithAuthenticationProvider<ParentT>)
WithAllowedExternalRedirectUrl(String)

Ajoute une URL de redirection externe.

(Hérité de IWithExternalRedirectUrls<ParentT>)
WithFacebook(String, String)

Spécifie le fournisseur qui doit être Facebook, ainsi que son ID d’application et son secret d’application.

(Hérité de IWithAuthenticationProvider<ParentT>)
WithGoogle(String, String)

Spécifie le fournisseur qui doit être Google, ainsi que son ID client et sa clé secrète client.

(Hérité de IWithAuthenticationProvider<ParentT>)
WithMicrosoft(String, String)

Spécifie le fournisseur à être Microsoft ainsi que son ID client et sa clé secrète client.

(Hérité de IWithAuthenticationProvider<ParentT>)
WithTokenStore(Boolean)

Spécifie si le magasin de jetons doit être activé.

(Hérité de IWithTokenStore<ParentT>)
WithTwitter(String, String)

Spécifie le fournisseur qui doit être Twitter et sa clé API et sa clé secrète d’API.

(Hérité de IWithAuthenticationProvider<ParentT>)

S’applique à