NetworkWatchersOperationsExtensions.BeginGetNextHopAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le tronçon suivant de la machine virtuelle spécifiée.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.NextHopResultInner> BeginGetNextHopAsync (this Microsoft.Azure.Management.Network.Fluent.INetworkWatchersOperations operations, string resourceGroupName, string networkWatcherName, Microsoft.Azure.Management.Network.Fluent.Models.NextHopParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginGetNextHopAsync : Microsoft.Azure.Management.Network.Fluent.INetworkWatchersOperations * string * string * Microsoft.Azure.Management.Network.Fluent.Models.NextHopParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.NextHopResultInner>
<Extension()>
Public Function BeginGetNextHopAsync (operations As INetworkWatchersOperations, resourceGroupName As String, networkWatcherName As String, parameters As NextHopParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NextHopResultInner)
Paramètres
- operations
- INetworkWatchersOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- networkWatcherName
- String
Nom de l’observateur de réseau.
- parameters
- NextHopParameters
Paramètres qui définissent le point de terminaison source et de destination.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET