INamespaceDiscoveredAsset.Dataset Property

Definition

Array of datasets that are part of the asset. Each dataset spec describes the data points that make up the set.

[Microsoft.Azure.PowerShell.Cmdlets.DeviceRegistry.Runtime.Info(Create=true, Description="Array of datasets that are part of the asset. Each dataset spec describes the data points that make up the set.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DeviceRegistry.Models.INamespaceDiscoveredDataset) }, Read=true, ReadOnly=false, Required=false, SerializedName="datasets", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DeviceRegistry.Models.INamespaceDiscoveredDataset> Dataset { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DeviceRegistry.Runtime.Info(Create=true, Description="Array of datasets that are part of the asset. Each dataset spec describes the data points that make up the set.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DeviceRegistry.Models.INamespaceDiscoveredDataset) }, Read=true, ReadOnly=false, Required=false, SerializedName="datasets", Update=true)>]
member this.Dataset : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DeviceRegistry.Models.INamespaceDiscoveredDataset> with get, set
Public Property Dataset As List(Of INamespaceDiscoveredDataset)

Property Value

Attributes

Applies to