次の方法で共有


TroubleshootingRecommendedActions コンストラクター

定義

オーバーロード

TroubleshootingRecommendedActions()

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

TroubleshootingRecommendedActions(String, String, String, String)

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

TroubleshootingRecommendedActions()

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

public TroubleshootingRecommendedActions ();
Public Sub New ()

適用対象

TroubleshootingRecommendedActions(String, String, String, String)

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

public TroubleshootingRecommendedActions (string actionId = default, string actionText = default, string actionUri = default, string actionUriText = default);
new Microsoft.Azure.Management.Network.Models.TroubleshootingRecommendedActions : string * string * string * string -> Microsoft.Azure.Management.Network.Models.TroubleshootingRecommendedActions
Public Sub New (Optional actionId As String = Nothing, Optional actionText As String = Nothing, Optional actionUri As String = Nothing, Optional actionUriText As String = Nothing)

パラメーター

actionId
String

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

actionText
String

推奨されるアクションの説明。

actionUri
String

推奨されるトラブルシューティング アクションのドキュメントにリンクする URI。

actionUriText
String

推奨されるトラブルシューティング アクションの URI からの情報。

適用対象