次の方法で共有


DiagnosticDetectorResponse.Data プロパティ

定義

検出機能が送信する追加のデータを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.data")]
public System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.NameValuePair>> Data { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.data")>]
member this.Data : System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.NameValuePair>> with get, set
Public Property Data As IList(Of IList(Of NameValuePair))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象