次の方法で共有


DetectorResponse.Dataset プロパティ

定義

データ セットを取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象