你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IUpdate<ParentT> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Web 应用诊断日志更新的最后阶段。 在此阶段,可以指定任何剩余的可选设置,或者可以使用 Update.parent () 将 Web 应用诊断日志更新附加到父 Web 应用更新。
public interface IUpdate<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithDetailedErrorMessages<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithFailedRequestTracing<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<ParentT>
type IUpdate<'ParentT> = interface
interface ISettable<'ParentT>
interface IWithDetailedErrorMessages<'ParentT>
interface IWithFailedRequestTracing<'ParentT>
Public Interface IUpdate(Of ParentT)
Implements ISettable(Of ParentT), IWithDetailedErrorMessages(Of ParentT), IWithFailedRequestTracing(Of ParentT)
类型参数
- ParentT
Update.parent () 的返回类型。
- 派生
- 实现
方法
Parent() |
Web 应用诊断日志更新的最后阶段。 在此阶段,可以指定任何剩余的可选设置,或者可以使用 Update.parent () 将 Web 应用诊断日志更新附加到父 Web 应用更新。 (继承自 ISettable<ParentT>) |
WithDetailedErrorMessages(Boolean) |
指定是否应从 Web 应用收集详细的错误消息。 (继承自 IWithDetailedErrorMessages<ParentT>) |
WithFailedRequestTracing(Boolean) |
指定是否应收集有关失败请求的诊断信息。 (继承自 IWithFailedRequestTracing<ParentT>) |