Compartilhar via


IUpdateDefinition<ParentT> Interface

Definição

A totalidade de uma definição de autenticação de aplicativo Web como parte de uma atualização de aplicativo 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)

Parâmetros de tipo

ParentT

O tipo de retorno do UpdateDefinitionStages.WithAttach.attach() final.

Implementações

Métodos

Attach()

A totalidade de uma definição de autenticação de aplicativo Web como parte de uma atualização de aplicativo Web.

(Herdado de IInUpdate<ParentT>)
WithActiveDirectory(String, String)

Especifica o provedor a ser o Active Directory e sua ID de cliente e URL do emissor.

(Herdado de IWithAuthenticationProvider<ParentT>)
WithActiveDirectory(String, String, String)

Especifica o provedor a ser o Active Directory e sua ID de cliente e URL do emissor.

(Herdado de IWithAuthenticationProvider<ParentT>)
WithAllowedExternalRedirectUrl(String)

Adiciona uma URL de redirecionamento externo.

(Herdado de IWithExternalRedirectUrls<ParentT>)
WithAnonymousAuthentication()

Não requer logon por padrão.

(Herdado de IWithDefaultAuthenticationProvider<ParentT>)
WithDefaultAuthenticationProvider(BuiltInAuthenticationProvider)

Especifica o provedor de autenticação padrão.

(Herdado de IWithDefaultAuthenticationProvider<ParentT>)
WithFacebook(String, String)

Especifica que o provedor seja o Facebook e sua ID do aplicativo e o segredo do aplicativo.

(Herdado de IWithAuthenticationProvider<ParentT>)
WithGoogle(String, String)

Especifica que o provedor seja o Google e sua ID do cliente e o segredo do cliente.

(Herdado de IWithAuthenticationProvider<ParentT>)
WithMicrosoft(String, String)

Especifica que o provedor seja a Microsoft e sua ID do cliente e o segredo do cliente.

(Herdado de IWithAuthenticationProvider<ParentT>)
WithTokenStore(Boolean)

Especifica se o repositório de tokens deve ser habilitado.

(Herdado de IWithTokenStore<ParentT>)
WithTwitter(String, String)

Especifica que o provedor seja o Twitter e sua chave de API e o segredo da API.

(Herdado de IWithAuthenticationProvider<ParentT>)

Aplica-se a