次の方法で共有


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)

の応答に含める の形式 StatusReport で状態情報を提供します DiagnosticsController。 によって DiagnosticsController 公開される情報は、 インスタンスを使用してアクセス制御 ConfigOptions されます。 情報はアクセス コントローラーですが、プライベートまたは機密情報を公開しないように注意してください。

適用対象