getActiveDirectoryConnector

Retrieves an Active Directory connector 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

Active directory connector resource

Parameters

argument

null


suspend fun getActiveDirectoryConnector(activeDirectoryConnectorName: String, dataControllerName: String, resourceGroupName: String): GetActiveDirectoryConnectorResult

Return

Active directory connector resource

Parameters

activeDirectoryConnectorName

The name of the Active Directory connector instance

dataControllerName

The name of the data controller

resourceGroupName

The name of the Azure resource group

See also


Return

Active directory connector resource

Parameters

argument

Builder for com.pulumi.azurenative.azurearcdata.kotlin.inputs.GetActiveDirectoryConnectorPlainArgs.

See also