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

Installation.PushVariables Property

Definition

Gets or sets collection of push variables

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="pushVariables")]
public System.Collections.Generic.IDictionary<string,string> PushVariables { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="pushVariables")>]
member this.PushVariables : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property PushVariables As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to