你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EventListener Constructors

Definition

Overloads

EventListener()
EventListener(ValueTuple<String,Event>[])

EventListener()

public EventListener ();
Public Sub New ()

Applies to

EventListener(ValueTuple<String,Event>[])

public EventListener (params (string name, Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.Event callback)[] initializer);
new Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.EventListener : ValueTuple<string, Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.Event>[] -> Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.EventListener
Public Sub New (ParamArray initializer As ValueTuple(Of String, Event)())

Parameters

initializer
ValueTuple<String,Event>[]

Applies to