get Network Interface Status
suspend fun getNetworkInterfaceStatus(argument: GetNetworkInterfaceStatusPlainArgs): GetNetworkInterfaceStatusResult
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
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.
See also
suspend fun getNetworkInterfaceStatus(argument: suspend GetNetworkInterfaceStatusPlainArgsBuilder.() -> Unit): GetNetworkInterfaceStatusResult
Return
Interface running status properties
Parameters
argument
Builder for com.pulumi.azurenative.managednetworkfabric.kotlin.inputs.GetNetworkInterfaceStatusPlainArgs.