NetworkInterfaceIPConfigurations interface
NetworkInterfaceIPConfigurationst képviselő felület.
Metódusok
| get(string, string, string, Network |
Lekéri a megadott hálózati adapter IP-konfigurációját. |
| list(string, string, Network |
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.
A beállítások paraméterei.
Válaszok
Promise<NetworkInterfaceIPConfiguration>
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.
A beállítások paraméterei.