get Network Interface Status
suspend fun getNetworkInterfaceStatus(argument: GetNetworkInterfaceStatusPlainArgs): GetNetworkInterfaceStatusResult
Get the running status of the Network Interface. 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
See also
Parameters
network Device Name
Name of the NetworkDevice.
network Interface Name
Name of the NetworkInterface
resource Group Name
The name of the resource group. The name is case insensitive.
suspend fun getNetworkInterfaceStatus(argument: suspend GetNetworkInterfaceStatusPlainArgsBuilder.() -> Unit): GetNetworkInterfaceStatusResult
Return
Interface running status properties
See also
Parameters
argument
Builder for com.pulumi.azurenative.managednetworkfabric.kotlin.inputs.GetNetworkInterfaceStatusPlainArgs.