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

TableStatusReporter 类

定义

StatusReport为表控制器提供 。

public class TableStatusReporter : Microsoft.WindowsAzure.Mobile.Service.Diagnostics.IStatusReporter
type TableStatusReporter = class
    interface IStatusReporter
Public Class TableStatusReporter
Implements IStatusReporter
继承
TableStatusReporter
实现

构造函数

TableStatusReporter()

StatusReport为表控制器提供 。

属性

Name

提供可用作键的状态报告的简明名称。 该名称用作报表的一部分,用于标识生成报表的人员。

方法

GetStatus(HttpConfiguration, ApiServices, CancellationToken)

以 的形式提供要包含在 的响应中的DiagnosticsController状态信息StatusReport。 公开 DiagnosticsController 的信息使用 ConfigOptions 实例进行访问控制。 当信息是访问控制者时,请注意不要公开任何私人或机密信息。

适用于