Freigeben über


NetworkInterfaceTapConfigurationsOperationsExtensions.GetAsync Methode

Definition

Rufen Sie die angegebene Tippkonfiguration auf einer Netzwerkschnittstelle ab.

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

Parameter

operations
INetworkInterfaceTapConfigurationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

networkInterfaceName
String

: Der Name der Netzwerkschnittstelle

tapConfigurationName
String

Der Name der Tippkonfiguration.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: