Freigeben über


NetworkInterfaceIPConfigurationsOperationsExtensions.Get Methode

Definition

Ruft die angegebene IP-Konfiguration der Netzwerkschnittstelle ab.

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

Parameter

operations
INetworkInterfaceIPConfigurationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

networkInterfaceName
String

: Der Name der Netzwerkschnittstelle

ipConfigurationName
String

Der Name des IP-Konfigurationsnamens.

Gibt zurück

Gilt für: