get Network Interface Tap Configuration
suspend fun getNetworkInterfaceTapConfiguration(argument: GetNetworkInterfaceTapConfigurationPlainArgs): GetNetworkInterfaceTapConfigurationResult
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
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.
See also
suspend fun getNetworkInterfaceTapConfiguration(argument: suspend GetNetworkInterfaceTapConfigurationPlainArgsBuilder.() -> Unit): GetNetworkInterfaceTapConfigurationResult
Return
Tap configuration in a Network Interface.
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetNetworkInterfaceTapConfigurationPlainArgs.