NetworkInterfaceIPConfigurationsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

NetworkManagementClient's

<xref:network_interface_ip_configurations> attribute.

Constructor

NetworkInterfaceIPConfigurationsOperations(*args, **kwargs)

Methods

get

Gets the specified network interface ip configuration.

list

Get all ip configurations in a network interface.

get

Gets the specified network interface ip configuration.

get(resource_group_name: str, network_interface_name: str, ip_configuration_name: str, **kwargs: Any) -> NetworkInterfaceIPConfiguration

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

network_interface_name
Required
str

The name of the network interface. Required.

ip_configuration_name
Required
str

The name of the ip configuration. Required.

Returns

Type Description

NetworkInterfaceIPConfiguration. The NetworkInterfaceIPConfiguration is compatible with MutableMapping

Exceptions

Type Description

list

Get all ip configurations in a network interface.

list(resource_group_name: str, network_interface_name: str, **kwargs: Any) -> ItemPaged[NetworkInterfaceIPConfiguration]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

network_interface_name
Required
str

The name of the network interface. Required.

Returns

Type Description

An iterator like instance of NetworkInterfaceIPConfiguration

Exceptions

Type Description