NetworkInterfaceIPConfigurations interface

Interface representing a NetworkInterfaceIPConfigurations.

Methods

get(string, string, string, NetworkInterfaceIPConfigurationsGetOptionalParams)

Gets the specified network interface ip configuration.

list(string, string, NetworkInterfaceIPConfigurationsListOptionalParams)

Get all ip configurations in a network interface.

Method Details

get(string, string, string, NetworkInterfaceIPConfigurationsGetOptionalParams)

Gets the specified network interface ip configuration.

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

Parameters

resourceGroupName

string

The name of the resource group.

networkInterfaceName

string

The name of the network interface.

ipConfigurationName

string

The name of the ip configuration name.

options
NetworkInterfaceIPConfigurationsGetOptionalParams

The options parameters.

Returns

list(string, string, NetworkInterfaceIPConfigurationsListOptionalParams)

Get all ip configurations in a network interface.

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

Parameters

resourceGroupName

string

The name of the resource group.

networkInterfaceName

string

The name of the network interface.

options
NetworkInterfaceIPConfigurationsListOptionalParams

The options parameters.

Returns