get Data Controller
Retrieves a dataController resource Uses Azure REST API version 2024-01-01. Other available API versions: 2023-01-15-preview, 2024-05-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azurearcdata [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
Data controller resource
Parameters
argument
null
suspend fun getDataController(dataControllerName: String, resourceGroupName: String): GetDataControllerResult
Return
Data controller resource
Parameters
data Controller Name
The name of the data controller
resource Group Name
The name of the Azure resource group
See also
suspend fun getDataController(argument: suspend GetDataControllerPlainArgsBuilder.() -> Unit): GetDataControllerResult
Return
Data controller resource
Parameters
argument
Builder for com.pulumi.azurenative.azurearcdata.kotlin.inputs.GetDataControllerPlainArgs.