get Network Device
Get the Network Device resource details. Uses Azure REST API version 2023-02-01-preview. Other available API versions: 2023-06-15.
Return
The NetworkDevice resource definition.
Parameters
argument
null
suspend fun getNetworkDevice(networkDeviceName: String, resourceGroupName: String): GetNetworkDeviceResult
Return
The NetworkDevice resource definition.
Parameters
network Device Name
Name of the Network Device
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getNetworkDevice(argument: suspend GetNetworkDevicePlainArgsBuilder.() -> Unit): GetNetworkDeviceResult
Return
The NetworkDevice resource definition.
Parameters
argument
Builder for com.pulumi.azurenative.managednetworkfabric.kotlin.inputs.GetNetworkDevicePlainArgs.