NetworkInterfaceIPConfigurations interface
Interface representing a NetworkInterfaceIPConfigurations.
Methods
get(string, string, string, Network |
Gets the specified network interface ip configuration. |
list(string, string, Network |
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.
The options parameters.
Returns
Promise<NetworkInterfaceIPConfiguration>
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.
The options parameters.