get Network Fabric Controller
suspend fun getNetworkFabricController(argument: GetNetworkFabricControllerPlainArgs): GetNetworkFabricControllerResult
Shows the provisioning status of Network Fabric Controller. Uses Azure REST API version 2023-02-01-preview. Other available API versions: 2023-06-15.
Return
The NetworkFabricController resource definition.
Parameters
argument
null
suspend fun getNetworkFabricController(networkFabricControllerName: String, resourceGroupName: String): GetNetworkFabricControllerResult
Return
The NetworkFabricController resource definition.
Parameters
network Fabric Controller Name
Name of the Network Fabric Controller
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getNetworkFabricController(argument: suspend GetNetworkFabricControllerPlainArgsBuilder.() -> Unit): GetNetworkFabricControllerResult
Return
The NetworkFabricController resource definition.
Parameters
argument
Builder for com.pulumi.azurenative.managednetworkfabric.kotlin.inputs.GetNetworkFabricControllerPlainArgs.