IDataCollectionRuleResource.DestinationEventHub Property

Definition

List of Event Hubs destinations.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.Info(Create=true, Description="List of Event Hubs destinations.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IEventHubDestination) }, Read=true, ReadOnly=false, Required=false, SerializedName="eventHubs", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IEventHubDestination> DestinationEventHub { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.Info(Create=true, Description="List of Event Hubs destinations.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IEventHubDestination) }, Read=true, ReadOnly=false, Required=false, SerializedName="eventHubs", Update=true)>]
member this.DestinationEventHub : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IEventHubDestination> with get, set
Public Property DestinationEventHub As List(Of IEventHubDestination)

Property Value

Attributes

Applies to