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 mise à jour du journal de diagnostic d’application web dans le cadre d’une mise à jour d’une application web.
public interface IBlank<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithDiagnosticLogging<ParentT>
type IBlank<'ParentT> = interface
interface IWithDiagnosticLogging<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithDiagnosticLogging(Of ParentT)
Paramètres de type
- ParentT
Type de retour du fichier Attachable.attach().
- Dérivé
- Implémente
Méthodes
WithApplicationLogging() |
Activez la journalisation à partir de l’application web. (Hérité de IWithDiagnosticLogging<ParentT>) |
WithoutApplicationLogging() |
Désactivez la journalisation à partir de l’application web. (Hérité de IWithDiagnosticLogging<ParentT>) |
WithoutWebServerLogging() |
Désactivez la journalisation à partir du serveur web. (Hérité de IWithDiagnosticLogging<ParentT>) |
WithWebServerLogging() |
Activez la journalisation à partir du serveur web. (Hérité de IWithDiagnosticLogging<ParentT>) |
S’applique à
Azure SDK for .NET