Condividi tramite


IDiagnosticDetectorResponse.Data Property

Definition

Additional Data that detector wants to send.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Additional Data that detector wants to send.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair) }, ReadOnly=false, Required=false, SerializedName="data")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[][] Data { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Additional Data that detector wants to send.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair) }, ReadOnly=false, Required=false, SerializedName="data")>]
member this.Data : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[][] with get, set
Public Property Data As INameValuePair()()

Property Value

Attributes

Applies to