IPForwardingOperationsExtensions.GetForNetworkInterface Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le transfert IP appliqué à une interface réseau.
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
Paramètres
- operations
- IIPForwardingOperations
Référence à Microsoft.WindowsAzure.Management.Network.IIPForwardingOperations.
- serviceName
- String
Obligatoire.
- deploymentName
- String
Obligatoire.
- roleName
- String
Obligatoire.
- networkInterfaceName
- String
Obligatoire.
Retours
État de transfert IP associé à un rôle ou à une interface réseau.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET