get Network Device Status
suspend fun getNetworkDeviceStatus(argument: GetNetworkDeviceStatusPlainArgs): GetNetworkDeviceStatusResult
Get the running status of the Network Device. Azure REST API version: 2023-02-01-preview.
Return
Get Device status response properties.
Parameters
argument
null
suspend fun getNetworkDeviceStatus(networkDeviceName: String, resourceGroupName: String): GetNetworkDeviceStatusResult
Return
Get Device status response properties.
See also
Parameters
network Device Name
Name of the NetworkDevice.
resource Group Name
The name of the resource group. The name is case insensitive.
suspend fun getNetworkDeviceStatus(argument: suspend GetNetworkDeviceStatusPlainArgsBuilder.() -> Unit): GetNetworkDeviceStatusResult
Return
Get Device status response properties.
See also
Parameters
argument
Builder for com.pulumi.azurenative.managednetworkfabric.kotlin.inputs.GetNetworkDeviceStatusPlainArgs.