Share via


NetworkInterfaceTapConfigurationsOperationsExtensions.GetAsync Method

Definition

Get the specified tap configuration on a network interface.

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

Parameters

operations
INetworkInterfaceTapConfigurationsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

networkInterfaceName
String

The name of the network interface.

tapConfigurationName
String

The name of the tap configuration.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to