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

NotificationHubsMessageResponse interface

描述来自通知中心服务的响应,以便执行发送作。

扩展

属性

failureCount

未能接收通知的设备数。

notificationId

作中的通知 ID。 请注意,这仅适用于标准 SKU 及更高版本。

results

向中心注册的每个设备发送此通知的通知结果列表。

state

此通知结果的状态。

successCount

成功接收通知的设备数。

继承属性

correlationId

作的相关 ID。

location

作的位置。

trackingId

作的跟踪 ID。

属性详细信息

failureCount

未能接收通知的设备数。

failureCount: number

属性值

number

notificationId

作中的通知 ID。 请注意,这仅适用于标准 SKU 及更高版本。

notificationId?: string

属性值

string

results

向中心注册的每个设备发送此通知的通知结果列表。

results: RegistrationResult[]

属性值

state

此通知结果的状态。

state: NotificationOutcomeState

属性值

successCount

成功接收通知的设备数。

successCount: number

属性值

number

继承属性详细信息

correlationId

作的相关 ID。

correlationId?: string

属性值

string

继承自NotificationHubsResponse.correlationId

location

作的位置。

location?: string

属性值

string

继承自NotificationHubsResponse.location

trackingId

作的跟踪 ID。

trackingId?: string

属性值

string

继承自NotificationHubsResponse.trackingId