Freigeben über


NetworkWatchersOperationsExtensions.GetAzureReachabilityReportAsync Methode

Definition

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

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: