次の方法で共有


EventsCustomEventInfo コンストラクター

定義

オーバーロード

EventsCustomEventInfo()

EventsCustomEventInfo クラスの新しいインスタンスを初期化します。

EventsCustomEventInfo(String)

EventsCustomEventInfo クラスの新しいインスタンスを初期化します。

EventsCustomEventInfo()

EventsCustomEventInfo クラスの新しいインスタンスを初期化します。

public EventsCustomEventInfo ();
Public Sub New ()

適用対象

EventsCustomEventInfo(String)

EventsCustomEventInfo クラスの新しいインスタンスを初期化します。

public EventsCustomEventInfo (string name = default);
new Microsoft.Azure.ApplicationInsights.Models.EventsCustomEventInfo : string -> Microsoft.Azure.ApplicationInsights.Models.EventsCustomEventInfo
Public Sub New (Optional name As String = Nothing)

パラメーター

name
String

カスタム イベントの名前

適用対象