get Network Interface Tap Configuration
suspend fun getNetworkInterfaceTapConfiguration(argument: GetNetworkInterfaceTapConfigurationPlainArgs): GetNetworkInterfaceTapConfigurationResult
Get the specified tap configuration on a network interface. Azure REST API version: 2023-02-01. Other available API versions: 2023-04-01, 2023-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.
See also
Parameters
network Interface Name
The name of the network interface.
resource Group Name
The name of the resource group.
tap Configuration Name
The name of the tap configuration.
suspend fun getNetworkInterfaceTapConfiguration(argument: suspend GetNetworkInterfaceTapConfigurationPlainArgsBuilder.() -> Unit): GetNetworkInterfaceTapConfigurationResult
Return
Tap configuration in a Network Interface.
See also
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetNetworkInterfaceTapConfigurationPlainArgs.