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

ScheduledNotification 类

定义

表示计划的 Notification

[System.Runtime.Serialization.DataContract(Name="ScheduledNotification", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class ScheduledNotification
[<System.Runtime.Serialization.DataContract(Name="ScheduledNotification", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type ScheduledNotification = class
Public Class ScheduledNotification
继承
ScheduledNotification
属性

构造函数

ScheduledNotification()

表示计划的 Notification

属性

Payload

获取或设置此计划通知的有效负载。

ScheduledNotificationId

获取或设置通知标识符。

ScheduledTime

获取或设置计划时间。

Tags

获取或设置通知标记。

TrackingId

获取或设置跟踪标识符。

适用于