Compartilhar via


NetworkInterfaceIPConfigurationsOperationsExtensions.Get Método

Definição

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

public static Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration Get (this Microsoft.Azure.Management.Network.INetworkInterfaceIPConfigurationsOperations operations, string resourceGroupName, string networkInterfaceName, string ipConfigurationName);
static member Get : Microsoft.Azure.Management.Network.INetworkInterfaceIPConfigurationsOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration
<Extension()>
Public Function Get (operations As INetworkInterfaceIPConfigurationsOperations, resourceGroupName As String, networkInterfaceName As String, ipConfigurationName As String) As NetworkInterfaceIPConfiguration

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 da configuração de ip.

Retornos

Aplica-se a