次の方法で共有


NotificationDeliveryLog interface

すべての診断ログの抽象基本クラス。

Extends

プロパティ

batches

継承されたプロパティ

activityId

他の場所に記録されている可能性がある他の診断との関連付けに使用される識別子。

description
endTime
errors
id

一意のインスタンス識別子。

logType
messages
properties
result
source

この識別子は logType によって異なります。 通知ジョブの場合、これはジョブ ID になります。サブスクリプション トレースの場合、これはサブスクリプション ID がエンコードされた特別なルート Guid になります。

startTime
stats
warnings

プロパティの詳細

batches

batches: NotificationBatch[]

プロパティ値

継承されたプロパティの詳細

activityId

他の場所に記録されている可能性がある他の診断との関連付けに使用される識別子。

activityId: string

プロパティ値

string

NotificationJobDiagnosticLog.activityIdから継承

description

description: string

プロパティ値

string

NotificationJobDiagnosticLog.descriptionから継承

endTime

endTime: Date

プロパティ値

Date

NotificationJobDiagnosticLog.endTimeから継承

errors

errors: number

プロパティ値

number

NotificationJobDiagnosticLog.errorsから継承

id

一意のインスタンス識別子。

id: string

プロパティ値

string

NotificationJobDiagnosticLog.idから継承

logType

logType: string

プロパティ値

string

NotificationJobDiagnosticLog.logTypeから継承

messages

messages: NotificationDiagnosticLogMessage[]

プロパティ値

NotificationJobDiagnosticLog.messagesから継承

properties

properties: {[key: string]: string}

プロパティ値

{[key: string]: string}

NotificationJobDiagnosticLog.propertiesから継承

result

result: string

プロパティ値

string

NotificationJobDiagnosticLog.resultから継承

source

この識別子は logType によって異なります。 通知ジョブの場合、これはジョブ ID になります。サブスクリプション トレースの場合、これはサブスクリプション ID がエンコードされた特別なルート Guid になります。

source: string

プロパティ値

string

NotificationJobDiagnosticLog.sourceから継承

startTime

startTime: Date

プロパティ値

Date

NotificationJobDiagnosticLog.startTimeから継承

stats

stats: {[key: string]: {[key: string]: number}}

プロパティ値

{[key: string]: {[key: string]: number}}

NotificationJobDiagnosticLog.statsから継承

warnings

warnings: number

プロパティ値

number

NotificationJobDiagnosticLog.warningsから継承