NetworkInterfaceIPConfigurations interface
Interface die een NetworkInterfaceIPConfigurations vertegenwoordigt.
Methoden
get(string, string, string, Network |
Hiermee haalt u de opgegeven IP-configuratie van de netwerkinterface op. |
list(string, string, Network |
Alle IP-configuraties ophalen in een netwerkinterface |
Methodedetails
get(string, string, string, NetworkInterfaceIPConfigurationsGetOptionalParams)
Hiermee haalt u de opgegeven IP-configuratie van de netwerkinterface op.
function get(resourceGroupName: string, networkInterfaceName: string, ipConfigurationName: string, options?: NetworkInterfaceIPConfigurationsGetOptionalParams): Promise<NetworkInterfaceIPConfiguration>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- networkInterfaceName
-
string
De naam van de netwerkinterface.
- ipConfigurationName
-
string
De naam van de IP-configuratienaam.
De optiesparameters.
Retouren
Promise<NetworkInterfaceIPConfiguration>
list(string, string, NetworkInterfaceIPConfigurationsListOptionalParams)
Alle IP-configuraties ophalen in een netwerkinterface
function list(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfaceIPConfigurationsListOptionalParams): PagedAsyncIterableIterator<NetworkInterfaceIPConfiguration, NetworkInterfaceIPConfiguration[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- networkInterfaceName
-
string
De naam van de netwerkinterface.
De optiesparameters.