getNetworkInterfaceTapConfiguration

Get the specified tap configuration on a network interface. Uses Azure REST API version 2023-02-01. Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-05-01.

Return

Tap configuration in a Network Interface.

Parameters

argument

null


suspend fun getNetworkInterfaceTapConfiguration(networkInterfaceName: String, resourceGroupName: String, tapConfigurationName: String): GetNetworkInterfaceTapConfigurationResult

Return

Tap configuration in a Network Interface.

Parameters

networkInterfaceName

The name of the network interface.

resourceGroupName

The name of the resource group.

tapConfigurationName

The name of the tap configuration.

See also


Return

Tap configuration in a Network Interface.

Parameters

argument

Builder for com.pulumi.azurenative.network.kotlin.inputs.GetNetworkInterfaceTapConfigurationPlainArgs.

See also