getNetworkInterfaceStatus

Get the running status of the Network Interface. Uses Azure REST API version 2023-02-01-preview.

Return

Interface running status properties

Parameters

argument

null


suspend fun getNetworkInterfaceStatus(networkDeviceName: String, networkInterfaceName: String, resourceGroupName: String): GetNetworkInterfaceStatusResult

Return

Interface running status properties

Parameters

networkDeviceName

Name of the NetworkDevice.

networkInterfaceName

Name of the NetworkInterface

resourceGroupName

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

See also


Return

Interface running status properties

Parameters

argument

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

See also