次の方法で共有


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

追跡識別子を取得または設定します。

適用対象