getCatalog

Get a Catalog Uses Azure REST API version 2022-09-01-preview. Other available API versions: 2024-04-01.

Return

An Azure Sphere catalog

Parameters

argument

null


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

Return

An Azure Sphere catalog

Parameters

catalogName

Name of catalog

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


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

Return

An Azure Sphere catalog

Parameters

argument

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

See also