次の方法で共有


NetworkWatchersOperationsExtensions.GetAzureReachabilityReport メソッド

定義

注: この機能は現在プレビュー段階であり、安定性についてテスト中です。 指定した場所から Azure リージョンへのインターネット サービス プロバイダーの相対的な待機時間スコアを取得します。

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

パラメーター

operations
INetworkWatchersOperations

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

resourceGroupName
String

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

networkWatcherName
String

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

parameters
AzureReachabilityReportParameters

Azure の到達可能性レポートの構成を決定するパラメーター。

戻り値

適用対象