次の方法で共有


NetworkWatchersOperationsExtensions.GetTroubleshootingResult メソッド

定義

指定したリソースで最後に完了したトラブルシューティングの結果を取得します。

public static Microsoft.Azure.Management.Network.Models.TroubleshootingResult GetTroubleshootingResult(this Microsoft.Azure.Management.Network.INetworkWatchersOperations operations, string resourceGroupName, string networkWatcherName, Microsoft.Azure.Management.Network.Models.QueryTroubleshootingParameters parameters);
static member GetTroubleshootingResult : Microsoft.Azure.Management.Network.INetworkWatchersOperations * string * string * Microsoft.Azure.Management.Network.Models.QueryTroubleshootingParameters -> Microsoft.Azure.Management.Network.Models.TroubleshootingResult
<Extension()>
Public Function GetTroubleshootingResult (operations As INetworkWatchersOperations, resourceGroupName As String, networkWatcherName As String, parameters As QueryTroubleshootingParameters) As TroubleshootingResult

パラメーター

operations
INetworkWatchersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

networkWatcherName
String

ネットワーク ウォッチャー リソースの名前。

parameters
QueryTroubleshootingParameters

トラブルシューティング結果のクエリを実行するリソースを定義するパラメーター。

戻り値

適用対象