Dela via


IWithAttachForWebServerFileSystem<ParentT> Gränssnitt

Definition

Det sista steget i definitionen av webbappens diagnostiklogg plus extra inställningar för webbserverloggar som lagras i filsystemet. I det här skedet kan eventuella återstående valfria inställningar anges, eller så kan definitionen av webbappens diagnostiklogg kopplas till den överordnade webbappdefinitionen med hjälp av WithAttach.attach().

public interface IWithAttachForWebServerFileSystem<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithDetailedErrorMessages<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithFailedRequestTracing<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithQuota<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithRetentionDays<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttachForWebServerFileSystem<'ParentT> = interface
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithDetailedErrorMessages<'ParentT>
    interface IWithFailedRequestTracing<'ParentT>
    interface IWithQuota<'ParentT>
    interface IWithRetentionDays<'ParentT>
Public Interface IWithAttachForWebServerFileSystem(Of ParentT)
Implements IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithDetailedErrorMessages(Of ParentT), IWithFailedRequestTracing(Of ParentT), IWithQuota(Of ParentT), IWithRetentionDays(Of ParentT)

Typparametrar

ParentT

Returtypen withAttach.attach().

Härledda
Implementeringar

Metoder

Attach()

Det sista steget i definitionen av webbappens diagnostiklogg plus extra inställningar för webbserverloggar som lagras i filsystemet. I det här skedet kan eventuella återstående valfria inställningar anges, eller så kan definitionen av webbappens diagnostiklogg kopplas till den överordnade webbappdefinitionen med hjälp av WithAttach.attach().

(Ärvd från IInDefinition<ParentT>)
WithDetailedErrorMessages(Boolean)

Anger om detaljerade felmeddelanden ska samlas in från webbappen.

(Ärvd från IWithDetailedErrorMessages<ParentT>)
WithFailedRequestTracing(Boolean)

Anger om diagnostikinformation om misslyckade begäranden ska samlas in.

(Ärvd från IWithFailedRequestTracing<ParentT>)
WithLogRetentionDays(Int32)

Anger det maximala antalet dagar med loggar som ska behållas. Loggar som är äldre än detta tas bort.

(Ärvd från IWithRetentionDays<ParentT>)
WithUnlimitedLogRetentionDays()

Anger att loggarna inte tas bort efter en viss tid.

(Ärvd från IWithRetentionDays<ParentT>)
WithWebServerFileSystemQuotaInMB(Int32)

Anger den maximala storleken på loggar som tillåts i filsystemet (i MB).

(Ärvd från IWithQuota<ParentT>)

Gäller för