Freigeben über


VirtualNetworkTapsOperationsExtensions.GetAsync Methode

Definition

Ruft Informationen zum angegebenen Tippen auf virtuelle Netzwerke ab.

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

Parameter

operations
IVirtualNetworkTapsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

tapName
String

Der Name des tippens für virtuelle Netzwerke.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: