Freigeben über


NetworkInterfaceIPConfigurations interface

Schnittstelle, die eine NetworkInterfaceIPConfigurations darstellt.

Methoden

get(string, string, string, NetworkInterfaceIPConfigurationsGetOptionalParams)

Ruft die angegebene Netzwerkschnittstellen-IP-Konfiguration ab.

list(string, string, NetworkInterfaceIPConfigurationsListOptionalParams)

Rufen Sie alle IP-Konfigurationen in einer Netzwerkschnittstelle ab.

Details zur Methode

get(string, string, string, NetworkInterfaceIPConfigurationsGetOptionalParams)

Ruft die angegebene Netzwerkschnittstellen-IP-Konfiguration ab.

function get(resourceGroupName: string, networkInterfaceName: string, ipConfigurationName: string, options?: NetworkInterfaceIPConfigurationsGetOptionalParams): Promise<NetworkInterfaceIPConfiguration>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

networkInterfaceName

string

Der Name der Netzwerkschnittstelle.

ipConfigurationName

string

Der Name des IP-Konfigurationsnamens.

Gibt zurück

list(string, string, NetworkInterfaceIPConfigurationsListOptionalParams)

Rufen Sie alle IP-Konfigurationen in einer Netzwerkschnittstelle ab.

function list(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfaceIPConfigurationsListOptionalParams): PagedAsyncIterableIterator<NetworkInterfaceIPConfiguration, NetworkInterfaceIPConfiguration[], PageSettings>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

networkInterfaceName

string

Der Name der Netzwerkschnittstelle.

Gibt zurück