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

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 à