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

PeriodicTimerEventTrigger.CustomContextTag 属性

定义

获取或设置一个自定义上下文标记,该标记通常用于将触发器与其用法相关联。 例如,如果定期计时器触发器适用于设备中的某些特定 IoT 模块,则标记可以是模块的名称或图像 URL。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.customContextTag")]
public string CustomContextTag { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.customContextTag")>]
member this.CustomContextTag : string with get, set
Public Property CustomContextTag As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于