Compartir a través de


NetworkWatchersOperationsExtensions.GetAsync Método

Definición

Obtiene el monitor de red especificado por grupo de recursos.

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)

Parámetros

operations
INetworkWatchersOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

networkWatcherName
String

Nombre del monitor de red.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a