NetworkInterfaceIPConfigurationsOperations interface

Interface representing a NetworkInterfaceIPConfigurations operations.

Properties

get

Gets the specified network interface ip configuration.

list

Get all ip configurations in a network interface.

Property Details

get

Gets the specified network interface ip configuration.

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

Property Value

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

list

Get all ip configurations in a network interface.

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

Property Value

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