Compartilhar via


IPForwardingOperationsExtensions.GetForNetworkInterface Método

Definição

Obtém o encaminhamento ip aplicado a um adaptador de rede.

public static Microsoft.WindowsAzure.Management.Network.Models.IPForwardingGetResponse GetForNetworkInterface (this Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations operations, string serviceName, string deploymentName, string roleName, string networkInterfaceName);
static member GetForNetworkInterface : Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations * string * string * string * string -> Microsoft.WindowsAzure.Management.Network.Models.IPForwardingGetResponse
<Extension()>
Public Function GetForNetworkInterface (operations As IIPForwardingOperations, serviceName As String, deploymentName As String, roleName As String, networkInterfaceName As String) As IPForwardingGetResponse

Parâmetros

operations
IIPForwardingOperations

Referência a Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations.

serviceName
String

Obrigatórios.

deploymentName
String

Obrigatórios.

roleName
String

Obrigatórios.

networkInterfaceName
String

Obrigatórios.

Retornos

O estado de encaminhamento de IP associado a uma função ou interface de rede.

Aplica-se a