getNetworkInterfaceTapConfiguration

Get the specified tap configuration on a network interface. API Version: 2020-11-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