IDetectorResponseProperties.Dataset Property

Definition

Data Set

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Data Set", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDiagnosticData) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataset", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDiagnosticData> Dataset { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Data Set", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDiagnosticData) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataset", Update=true)>]
member this.Dataset : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDiagnosticData> with get, set
Public Property Dataset As List(Of IDiagnosticData)

Property Value

Attributes

Applies to