IBlank<ParentT> Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Première étape d’une définition d’authentification d’application web dans le cadre d’une définition d’une application web.
public interface IBlank<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IWithDefaultAuthenticationProvider<ParentT>
type IBlank<'ParentT> = interface
interface IWithDefaultAuthenticationProvider<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithDefaultAuthenticationProvider(Of ParentT)
Paramètres de type
- ParentT
Type de retour du fichier Attachable.attach() final.
- Dérivé
- Implémente
Méthodes
WithAnonymousAuthentication() |
Ne nécessite pas de connexion par défaut. (Hérité de IWithDefaultAuthenticationProvider<ParentT>) |
WithDefaultAuthenticationProvider(BuiltInAuthenticationProvider) |
Spécifie le fournisseur d’authentification par défaut. (Hérité de IWithDefaultAuthenticationProvider<ParentT>) |
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET