次の方法で共有


EventsDependencyInfo コンストラクター

定義

オーバーロード

EventsDependencyInfo()

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

EventsDependencyInfo(String, String, String, Nullable<Int64>, String, String, String, String, String)

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

EventsDependencyInfo()

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

public EventsDependencyInfo();
Public Sub New ()

適用対象

EventsDependencyInfo(String, String, String, Nullable<Int64>, String, String, String, String, String)

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

public EventsDependencyInfo(string target = default, string data = default, string success = default, long? duration = default, string performanceBucket = default, string resultCode = default, string type = default, string name = default, string id = default);
new Microsoft.Azure.ApplicationInsights.Models.EventsDependencyInfo : string * string * string * Nullable<int64> * string * string * string * string * string -> Microsoft.Azure.ApplicationInsights.Models.EventsDependencyInfo
Public Sub New (Optional target As String = Nothing, Optional data As String = Nothing, Optional success As String = Nothing, Optional duration As Nullable(Of Long) = Nothing, Optional performanceBucket As String = Nothing, Optional resultCode As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional id As String = Nothing)

パラメーター

target
String

依存関係のターゲット

data
String

依存関係のデータ

success
String

依存関係が成功したかどうかを示します

duration
Nullable<Int64>

依存関係の期間

performanceBucket
String

依存関係のパフォーマンス バケット

resultCode
String

依存関係の結果コード

type
String

依存関係の型

name
String

依存関係の名前

id
String

依存関係の ID

適用対象