Compartilhar via


NetworkInterfaceTapConfigurationsOperationsExtensions.GetAsync Método

Definição

Obtenha a configuração de toque especificada em um adaptador de rede.

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)

Parâmetros

operations
INetworkInterfaceTapConfigurationsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

networkInterfaceName
String

O nome do adaptador de interface de rede.

tapConfigurationName
String

O nome da configuração de toque.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a