Delen via


NetworkInterfaceIPConfigurations interface

Interface die een NetworkInterfaceIPConfigurations vertegenwoordigt.

Methoden

get(string, string, string, NetworkInterfaceIPConfigurationsGetOptionalParams)

Hiermee haalt u de opgegeven IP-configuratie van de netwerkinterface op.

list(string, string, NetworkInterfaceIPConfigurationsListOptionalParams)

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.

Retouren

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.

Retouren