Compartir a través de


NetworkInterfaceIPConfigurations interface

Interfaz que representa una networkInterfaceIPConfigurations.

Métodos

get(string, string, string, NetworkInterfaceIPConfigurationsGetOptionalParams)

Obtiene la configuración ip de interfaz de red especificada.

list(string, string, NetworkInterfaceIPConfigurationsListOptionalParams)

Obtenga todas las configuraciones ip en una interfaz de red.

Detalles del método

get(string, string, string, NetworkInterfaceIPConfigurationsGetOptionalParams)

Obtiene la configuración ip de interfaz de red especificada.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkInterfaceName

string

Nombre de la interfaz de red.

ipConfigurationName

string

Nombre del nombre de la configuración ip.

options
NetworkInterfaceIPConfigurationsGetOptionalParams

Parámetros de opciones.

Devoluciones

list(string, string, NetworkInterfaceIPConfigurationsListOptionalParams)

Obtenga todas las configuraciones ip en una interfaz de red.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

networkInterfaceName

string

Nombre de la interfaz de red.

options
NetworkInterfaceIPConfigurationsListOptionalParams

Parámetros de opciones.

Devoluciones