getADCCatalog

The Get Azure Data Catalog Service operation retrieves a json representation of the data catalog. Uses Azure REST API version 2016-03-30.

Return

Azure Data Catalog.

Parameters

argument

null


suspend fun getADCCatalog(catalogName: String, resourceGroupName: String): GetADCCatalogResult

Return

Azure Data Catalog.

Parameters

catalogName

The name of the data catalog in the specified subscription and resource group.

resourceGroupName

The name of the resource group within the user's subscription. The name is case insensitive.

See also


Return

Azure Data Catalog.

Parameters

argument

Builder for com.pulumi.azurenative.datacatalog.kotlin.inputs.GetADCCatalogPlainArgs.

See also