Megosztás a következőn keresztül:


NetworkInterfaceIPConfigurations interface

NetworkInterfaceIPConfigurationst képviselő felület.

Metódusok

get(string, string, string, NetworkInterfaceIPConfigurationsGetOptionalParams)

Lekéri a megadott hálózati adapter IP-konfigurációját.

list(string, string, NetworkInterfaceIPConfigurationsListOptionalParams)

Szerezze be az összes IP-konfigurációt egy hálózati adapteren.

Metódus adatai

get(string, string, string, NetworkInterfaceIPConfigurationsGetOptionalParams)

Lekéri a megadott hálózati adapter IP-konfigurációját.

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

Paraméterek

resourceGroupName

string

Az erőforráscsoport neve.

networkInterfaceName

string

A hálózati adapter neve.

ipConfigurationName

string

Az IP-konfiguráció neve.

options
NetworkInterfaceIPConfigurationsGetOptionalParams

A beállítások paraméterei.

Válaszok

list(string, string, NetworkInterfaceIPConfigurationsListOptionalParams)

Szerezze be az összes IP-konfigurációt egy hálózati adapteren.

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

Paraméterek

resourceGroupName

string

Az erőforráscsoport neve.

networkInterfaceName

string

A hálózati adapter neve.

options
NetworkInterfaceIPConfigurationsListOptionalParams

A beállítások paraméterei.

Válaszok