你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithAttach<ParentT> 接口

定义

Web 应用诊断日志定义的最后一个阶段。 在此阶段,可以指定任何剩余的可选设置,或者可以使用 WithAttach.attach () 将 Web 应用诊断日志定义附加到父 Web 应用定义。

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

类型参数

ParentT

WithAttach.attach () 的返回类型。

派生
实现

方法

Attach()

Web 应用诊断日志定义的最后一个阶段。 在此阶段,可以指定任何剩余的可选设置,或者可以使用 WithAttach.attach () 将 Web 应用诊断日志定义附加到父 Web 应用定义。

(继承自 IInDefinition<ParentT>)
WithDetailedErrorMessages(Boolean)

指定是否应从 Web 应用收集详细的错误消息。

(继承自 IWithDetailedErrorMessages<ParentT>)
WithFailedRequestTracing(Boolean)

指定是否应收集有关失败请求的诊断信息。

(继承自 IWithFailedRequestTracing<ParentT>)

适用于