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

Notification 类

定义

表示通用通知中心通知(包括目标标记)的抽象类。

public abstract class Notification
type Notification = class
Public MustInherit Class Notification
继承
Notification
派生

构造函数

Notification(IDictionary<String,String>, String, String)

初始化 Notification 类的新实例。

属性

Body

获取或设置通知正文。

ContentType

获取或设置通知内容类型。

Headers

获取或设置通知标头。

PlatformType

获取平台的类型。

Tag
已过时.

获取或设置通知标记。

方法

AddOrUpdateHeader(String, String)

添加或更新具有给定键和值的标头。

OnValidateAndPopulateHeaders()

验证并填充标头。

适用于