Partager via


NetworkWatchersOperationsExtensions.BeginGetAzureReachabilityReportAsync Méthode

Définition

Obtient le score de latence relative pour les fournisseurs de services Internet à partir d’un emplacement spécifié vers les régions Azure.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.AzureReachabilityReportInner> BeginGetAzureReachabilityReportAsync (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 BeginGetAzureReachabilityReportAsync : 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 BeginGetAzureReachabilityReportAsync (operations As INetworkWatchersOperations, resourceGroupName As String, networkWatcherName As String, parameters As AzureReachabilityReportParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureReachabilityReportInner)

Paramètres

operations
INetworkWatchersOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources network watcher.

networkWatcherName
String

Nom de la ressource network watcher.

parameters
AzureReachabilityReportParameters

Paramètres qui déterminent la configuration du rapport d’accessibilité Azure.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à