Partager via


IUpdateDefinition<ParentT> Interface

Définition

Intégralité de la définition d’un journal de diagnostic d’application web dans le cadre d’une mise à jour d’application web.

public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IBlank<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IUpdate<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithApplicationLogLevel<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithAttachForApplicationStorage<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithAttachForWebServerFileSystem<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithAttachForWebServerStorage<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithDetailedErrorMessages<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithDiagnosticLogging<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithFailedRequestTracing<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithoutStorageLocationForApplication<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithQuota<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithRetentionDays<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithStorageLocationForApplication<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithStorageLocationForWebServer<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<ParentT>
type IUpdateDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithDiagnosticLogging<'ParentT>
    interface IUpdate<'ParentT>
    interface ISettable<'ParentT>
    interface IWithDetailedErrorMessages<'ParentT>
    interface IWithFailedRequestTracing<'ParentT>
    interface IWithApplicationLogLevel<'ParentT>
    interface IWithoutStorageLocationForApplication<'ParentT>
    interface IWithStorageLocationForApplication<'ParentT>
    interface IWithStorageLocationForWebServer<'ParentT>
    interface IWithAttachForWebServerStorage<'ParentT>
    interface IWithRetentionDays<'ParentT>
    interface IWithAttachForWebServerFileSystem<'ParentT>
    interface IWithQuota<'ParentT>
    interface IWithAttachForApplicationStorage<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBlank(Of ParentT), ISettable(Of ParentT), IUpdate(Of ParentT), IWithApplicationLogLevel(Of ParentT), IWithAttachForApplicationStorage(Of ParentT), IWithAttachForWebServerFileSystem(Of ParentT), IWithAttachForWebServerStorage(Of ParentT), IWithDetailedErrorMessages(Of ParentT), IWithDiagnosticLogging(Of ParentT), IWithFailedRequestTracing(Of ParentT), IWithoutStorageLocationForApplication(Of ParentT), IWithQuota(Of ParentT), IWithRetentionDays(Of ParentT), IWithStorageLocationForApplication(Of ParentT), IWithStorageLocationForWebServer(Of ParentT)

Paramètres de type

ParentT

Type de retour du update.parent() final ()}.

Implémente

Méthodes

Parent()

Intégralité de la définition d’un journal de diagnostic d’application web dans le cadre d’une mise à jour d’application web.

(Hérité de ISettable<ParentT>)
WithApplicationLogging()

Activez la journalisation à partir de l’application web.

(Hérité de IWithDiagnosticLogging<ParentT>)
WithApplicationLogsStoredOnFileSystem()

Spécifie l’emplacement de stockage des journaux d’application à se trouver sur le système de fichiers.

(Hérité de IWithStorageLocationForApplication<ParentT>)
WithApplicationLogsStoredOnStorageBlob(String)

Spécifie l’emplacement de stockage des journaux d’application à activer dans un objet blob de stockage.

(Hérité de IWithStorageLocationForApplication<ParentT>)
WithDetailedErrorMessages(Boolean)

Spécifie si les messages d’erreur détaillés doivent être collectés à partir de l’application web.

(Hérité de IWithDetailedErrorMessages<ParentT>)
WithFailedRequestTracing(Boolean)

Spécifie si les informations de diagnostic sur les demandes ayant échoué doivent être collectées.

(Hérité de IWithFailedRequestTracing<ParentT>)
WithLogLevel(LogLevel)

Spécifie le niveau du journal de l’application.

(Hérité de IWithApplicationLogLevel<ParentT>)
WithLogRetentionDays(Int32)

Spécifie le nombre maximal de jours de journaux à conserver. Les journaux antérieurs à celui-ci seront supprimés.

(Hérité de IWithRetentionDays<ParentT>)
WithoutApplicationLogging()

Désactivez la journalisation à partir de l’application web.

(Hérité de IWithDiagnosticLogging<ParentT>)
WithoutApplicationLogsStoredOnFileSystem()

Arrête les journaux d’application à stocker sur le système de fichiers.

(Hérité de IWithoutStorageLocationForApplication<ParentT>)
WithoutApplicationLogsStoredOnStorageBlob()

Arrête les journaux d’application à stocker dans un objet blob de stockage.

(Hérité de IWithoutStorageLocationForApplication<ParentT>)
WithoutWebServerLogging()

Désactivez la journalisation à partir du serveur web.

(Hérité de IWithDiagnosticLogging<ParentT>)
WithoutWebServerLogsStoredOnFileSystem()

Arrête les journaux du serveur web à stocker sur le système de fichiers.

(Hérité de IWithStorageLocationForWebServer<ParentT>)
WithoutWebServerLogsStoredOnStorageBlob()

Arrête les journaux de serveur web à stocker dans un objet blob de stockage.

(Hérité de IWithStorageLocationForWebServer<ParentT>)
WithUnlimitedLogRetentionDays()

Spécifie que les journaux d’activité ne seront pas supprimés au-delà d’un certain temps.

(Hérité de IWithRetentionDays<ParentT>)
WithWebServerFileSystemQuotaInMB(Int32)

Spécifie la taille maximale des journaux autorisés sur le système de fichiers (en Mo).

(Hérité de IWithQuota<ParentT>)
WithWebServerLogging()

Activez la journalisation à partir du serveur web.

(Hérité de IWithDiagnosticLogging<ParentT>)
WithWebServerLogsStoredOnFileSystem()

Spécifie l’emplacement de stockage des journaux du serveur web à se trouver sur le système de fichiers.

(Hérité de IWithStorageLocationForWebServer<ParentT>)
WithWebServerLogsStoredOnStorageBlob(String)

Spécifie l’emplacement de stockage des journaux de serveur web à activer dans un objet blob de stockage.

(Hérité de IWithStorageLocationForWebServer<ParentT>)

S’applique à