Dela via


IWithAttachForApplicationStorage<ParentT> Gränssnitt

Definition

Det sista steget i definitionen av webbappens diagnostiklogg samt extra inställningar för programloggar som lagras i en lagringsblob. 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 IWithAttachForApplicationStorage<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.IWithRetentionDays<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttachForApplicationStorage<'ParentT> = interface
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithDetailedErrorMessages<'ParentT>
    interface IWithFailedRequestTracing<'ParentT>
    interface IWithRetentionDays<'ParentT>
Public Interface IWithAttachForApplicationStorage(Of ParentT)
Implements IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithDetailedErrorMessages(Of ParentT), IWithFailedRequestTracing(Of ParentT), IWithRetentionDays(Of ParentT)

Typparametrar

ParentT

Returtypen withAttach.attach().

Härledda
Implementeringar

Metoder

Attach()

Det sista steget i definitionen av webbappens diagnostiklogg samt extra inställningar för programloggar som lagras i en lagringsblob. 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>)

Gäller för