你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArmAppServiceModelFactory.WebAppPushSettings 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 WebAppPushSettings 的新实例。
public static Azure.ResourceManager.AppService.Models.WebAppPushSettings WebAppPushSettings (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, bool? isPushEnabled = default, string tagWhitelistJson = default, string tagsRequiringAuth = default, string dynamicTagsJson = default, string kind = default);
static member WebAppPushSettings : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<bool> * string * string * string * string -> Azure.ResourceManager.AppService.Models.WebAppPushSettings
Public Shared Function WebAppPushSettings (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional isPushEnabled As Nullable(Of Boolean) = Nothing, Optional tagWhitelistJson As String = Nothing, Optional tagsRequiringAuth As String = Nothing, Optional dynamicTagsJson As String = Nothing, Optional kind As String = Nothing) As WebAppPushSettings
参数
ID。
- name
- String
名称。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- tagWhitelistJson
- String
获取或设置一个 JSON 字符串,其中包含允许列表供推送注册终结点使用的标记列表。
- tagsRequiringAuth
- String
获取或设置一个 JSON 字符串,其中包含需要在推送注册终结点中使用用户身份验证的标记列表。 标记可以包含字母数字字符和以下字符:“_”、“@”、“#”、“.”、“:”、“-”。 应在 PushRequestHandler 中执行验证。
- dynamicTagsJson
- String
获取或设置一个 JSON 字符串,其中包含将从推送注册终结点中的用户声明评估的动态标记列表。
- kind
- String
资源类型。
返回
用于模拟的新 WebAppPushSettings 实例。