Freigeben über


NetworkWatchersOperationsExtensions.GetAzureReachabilityReportAsync Methode

Definition

HINWEIS: Dieses Feature befindet sich derzeit in der Vorschauphase und wird noch auf Stabilität getestet. Ruft die relative Latenzbewertung für Internetdienstanbieter von einem angegebenen Standort in Azure-Regionen ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.AzureReachabilityReport> GetAzureReachabilityReportAsync(this Microsoft.Azure.Management.Network.INetworkWatchersOperations operations, string resourceGroupName, string networkWatcherName, Microsoft.Azure.Management.Network.Models.AzureReachabilityReportParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member GetAzureReachabilityReportAsync : Microsoft.Azure.Management.Network.INetworkWatchersOperations * string * string * Microsoft.Azure.Management.Network.Models.AzureReachabilityReportParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.AzureReachabilityReport>
<Extension()>
Public Function GetAzureReachabilityReportAsync (operations As INetworkWatchersOperations, resourceGroupName As String, networkWatcherName As String, parameters As AzureReachabilityReportParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureReachabilityReport)

Parameter

operations
INetworkWatchersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Network Watcher-Ressourcengruppe.

networkWatcherName
String

Der Name der Network Watcher-Ressource.

parameters
AzureReachabilityReportParameters

Parameter, die die Konfiguration des Azure-Erreichbarkeitsberichts bestimmen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: