getCatalog

Gets a catalog API Version: 2022-09-01-preview.

Return

Represents a catalog.

Parameters

argument

null


suspend fun getCatalog(catalogName: String, devCenterName: String, resourceGroupName: String): GetCatalogResult

Return

Represents a catalog.

Parameters

catalogName

The name of the Catalog.

devCenterName

The name of the devcenter.

resourceGroupName

Name of the resource group within the Azure subscription.

See also


suspend fun getCatalog(argument: suspend GetCatalogPlainArgsBuilder.() -> Unit): GetCatalogResult

Return

Represents a catalog.

Parameters

argument

Builder for com.pulumi.azurenative.devcenter.kotlin.inputs.GetCatalogPlainArgs.

See also