次の方法で共有


TroubleshootingDetails コンストラクター

定義

オーバーロード

TroubleshootingDetails()

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

TroubleshootingDetails(String, String, String, String, IList<TroubleshootingRecommendedActions>)

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

TroubleshootingDetails()

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

public TroubleshootingDetails ();
Public Sub New ()

適用対象

TroubleshootingDetails(String, String, String, String, IList<TroubleshootingRecommendedActions>)

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

public TroubleshootingDetails (string id = default, string reasonType = default, string summary = default, string detail = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.TroubleshootingRecommendedActions> recommendedActions = default);
new Microsoft.Azure.Management.Network.Models.TroubleshootingDetails : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.TroubleshootingRecommendedActions> -> Microsoft.Azure.Management.Network.Models.TroubleshootingDetails
Public Sub New (Optional id As String = Nothing, Optional reasonType As String = Nothing, Optional summary As String = Nothing, Optional detail As String = Nothing, Optional recommendedActions As IList(Of TroubleshootingRecommendedActions) = Nothing)

パラメーター

id
String

トラブルシューティングの取得操作の ID。

reasonType
String

エラーの理由の種類。

summary
String

トラブルシューティングの概要。

detail
String

トラブルシューティングの結果の詳細。

recommendedActions
IList<TroubleshootingRecommendedActions>

推奨されるアクションの一覧。

適用対象