Compartilhar via


NetworkInterfaceIPConfigurationsOperationsExtensions.GetAsync Método

Definição

Obtém a configuração de IP do adaptador de rede especificada.

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

Parâmetros

operations
INetworkInterfaceIPConfigurationsOperations

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.

ipConfigurationName
String

O nome do nome da configuração de IP.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a