IDiagnostics.Dataset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set of data collections associated with the response.
[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Set of data collections associated with the response.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticsDataApiResponse) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataset", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticsDataApiResponse> Dataset { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Set of data collections associated with the response.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticsDataApiResponse) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataset", Update=true)>]
member this.Dataset : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticsDataApiResponse> with get, set
Public Property Dataset As List(Of IDiagnosticsDataApiResponse)
Property Value
- Attributes