Package-level declarations
Types
Link copied to clipboard
Azure Data Catalog. Uses Azure REST API version 2016-03-30. In version 1.x of the Azure Native provider, it used API version 2016-03-30.
Link copied to clipboard
data class ADCCatalogArgs(val admins: Output<List<PrincipalsArgs>>? = null, val catalogName: Output<String>? = null, val enableAutomaticUnitAdjustment: Output<Boolean>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<Either<String, SkuType>>? = null, val successfullyProvisioned: Output<Boolean>? = null, val tags: Output<Map<String, String>>? = null, val units: Output<Int>? = null, val users: Output<List<PrincipalsArgs>>? = null) : ConvertibleToJava<ADCCatalogArgs>
Azure Data Catalog. Uses Azure REST API version 2016-03-30. In version 1.x of the Azure Native provider, it used API version 2016-03-30.
Link copied to clipboard
class ADCCatalogArgsBuilder
Builder for ADCCatalogArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ADCCatalog.
Link copied to clipboard
object DatacatalogFunctions
Functions
Link copied to clipboard
suspend fun adcCatalog(name: String, block: suspend ADCCatalogResourceBuilder.() -> Unit): ADCCatalog