Compartir a través de


DiagnosticDetectorResponse.Data Propiedad

Definición

Obtiene o establece datos adicionales que el detector desea enviar.

[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))

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a