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