Partager via


NetworkInterfacesOperationsExtensions.Get Méthode

Définition

Obtient des informations sur l’interface réseau spécifiée.

public static Microsoft.Azure.Management.Network.Models.NetworkInterface Get (this Microsoft.Azure.Management.Network.INetworkInterfacesOperations operations, string resourceGroupName, string networkInterfaceName, string expand = default);
static member Get : Microsoft.Azure.Management.Network.INetworkInterfacesOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.NetworkInterface
<Extension()>
Public Function Get (operations As INetworkInterfacesOperations, resourceGroupName As String, networkInterfaceName As String, Optional expand As String = Nothing) As NetworkInterface

Paramètres

operations
INetworkInterfacesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

networkInterfaceName
String

Nom de l’interface réseau.

expand
String

Développe les ressources référencées.

Retours

S’applique à