getNetworkInterface

Get the Network Interface resource details. Uses Azure REST API version 2023-06-15. Other available API versions: 2023-02-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native managednetworkfabric [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Defines the NetworkInterface resource.

Parameters

argument

null


suspend fun getNetworkInterface(networkDeviceName: String, networkInterfaceName: String, resourceGroupName: String): GetNetworkInterfaceResult

Return

Defines the NetworkInterface resource.

Parameters

networkDeviceName

Name of the Network Device.

networkInterfaceName

Name of the Network Interface.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

Defines the NetworkInterface resource.

Parameters

argument

Builder for com.pulumi.azurenative.managednetworkfabric.kotlin.inputs.GetNetworkInterfacePlainArgs.

See also