INamespaceDiscoveredAsset.EventGroup 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.
Array of event groups that are part of the asset. Each event group can have per-event group configuration.
[Microsoft.Azure.PowerShell.Cmdlets.DeviceRegistry.Runtime.Info(Create=true, Description="Array of event groups that are part of the asset. Each event group can have per-event group configuration.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DeviceRegistry.Models.INamespaceDiscoveredEventGroup) }, Read=true, ReadOnly=false, Required=false, SerializedName="eventGroups", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DeviceRegistry.Models.INamespaceDiscoveredEventGroup> EventGroup { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DeviceRegistry.Runtime.Info(Create=true, Description="Array of event groups that are part of the asset. Each event group can have per-event group configuration.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DeviceRegistry.Models.INamespaceDiscoveredEventGroup) }, Read=true, ReadOnly=false, Required=false, SerializedName="eventGroups", Update=true)>]
member this.EventGroup : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DeviceRegistry.Models.INamespaceDiscoveredEventGroup> with get, set
Public Property EventGroup As List(Of INamespaceDiscoveredEventGroup)
Property Value
- Attributes