Partager via


NetworkWatchersOperationsExtensions.GetAsync Méthode

Définition

Obtient l’observateur de réseau spécifié par groupe de ressources.

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

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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à