Compartilhar via


IWithAttachForWebServerFileSystem<ParentT> Interface

Definição

O estágio final da definição do log de diagnóstico do aplicativo Web, além de configurações extras para logs de servidor Web armazenados no sistema de arquivos. Neste estágio, todas as configurações opcionais restantes podem ser especificadas ou a definição de log de diagnóstico do aplicativo Web pode ser anexada à definição de aplicativo Web pai usando 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)

Parâmetros de tipo

ParentT

O tipo de retorno de WithAttach.attach().

Derivado
Implementações

Métodos

Attach()

O estágio final da definição do log de diagnóstico do aplicativo Web, além de configurações extras para logs de servidor Web armazenados no sistema de arquivos. Neste estágio, todas as configurações opcionais restantes podem ser especificadas ou a definição de log de diagnóstico do aplicativo Web pode ser anexada à definição de aplicativo Web pai usando WithAttach.attach().

(Herdado de IInDefinition<ParentT>)
WithDetailedErrorMessages(Boolean)

Especifica se as mensagens de erro detalhadas devem ser coletadas do aplicativo Web.

(Herdado de IWithDetailedErrorMessages<ParentT>)
WithFailedRequestTracing(Boolean)

Especifica se as informações de diagnóstico sobre solicitações com falha devem ser coletadas.

(Herdado de IWithFailedRequestTracing<ParentT>)
WithLogRetentionDays(Int32)

Especifica o máximo de dias de logs a serem mantidos. Os logs mais antigos do que isso serão excluídos.

(Herdado de IWithRetentionDays<ParentT>)
WithUnlimitedLogRetentionDays()

Especifica que os logs não serão excluídos além de um determinado tempo.

(Herdado de IWithRetentionDays<ParentT>)
WithWebServerFileSystemQuotaInMB(Int32)

Especifica o tamanho máximo de logs permitidos no sistema de arquivos (em MB).

(Herdado de IWithQuota<ParentT>)

Aplica-se a