INamespaceDiscoveredAsset.EventGroup Property

Definition

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

Applies to