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

PushSettings 类

定义

应用的推送设置。

[Microsoft.Rest.Serialization.JsonTransformation]
public class PushSettings : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PushSettings = class
    inherit ProxyOnlyResource
Public Class PushSettings
Inherits ProxyOnlyResource
继承
PushSettings
属性

构造函数

PushSettings()

初始化 PushSettings 类的新实例。

PushSettings(Boolean, String, String, String, String, String, String, String)

初始化 PushSettings 类的新实例。

属性

DynamicTagsJson

获取或设置一个 JSON 字符串,其中包含将从推送注册终结点中的用户声明评估的动态标记列表。

Id

获取资源 ID。

(继承自 ProxyOnlyResource)
IsPushEnabled

获取或设置一个标志,指示是否启用推送终结点。

Kind

获取或设置资源类型。

(继承自 ProxyOnlyResource)
Name

获取资源名称。

(继承自 ProxyOnlyResource)
TagsRequiringAuth

获取或设置一个 JSON 字符串,其中包含需要在推送注册终结点中使用用户身份验证的标记列表。 标记可以包含字母数字字符和以下字符:“_”、“@”、“#”、“.”、“:”、“-”。 应在 PushRequestHandler 中执行验证。

TagWhitelistJson

获取或设置一个 JSON 字符串,其中包含允许列表供推送注册终结点使用的标记列表。

Type

获取资源类型。

(继承自 ProxyOnlyResource)

方法

Validate()

验证 对象。

适用于