次の方法で共有


QueryTroubleshootingParameters コンストラクター

定義

オーバーロード

QueryTroubleshootingParameters()

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

QueryTroubleshootingParameters(String)

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

QueryTroubleshootingParameters()

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

public QueryTroubleshootingParameters ();
Public Sub New ()

適用対象

QueryTroubleshootingParameters(String)

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

public QueryTroubleshootingParameters (string targetResourceId);
new Microsoft.Azure.Management.Network.Models.QueryTroubleshootingParameters : string -> Microsoft.Azure.Management.Network.Models.QueryTroubleshootingParameters
Public Sub New (targetResourceId As String)

パラメーター

targetResourceId
String

トラブルシューティングの結果を照会するターゲット リソース ID。

適用対象