getProduct

Get a Product. '.default' and '.unassigned' are system defined values and cannot be used for product name. API Version: 2022-09-01-preview.

Return

An product resource belonging to a catalog resource.

Parameters

argument

null


suspend fun getProduct(catalogName: String, productName: String, resourceGroupName: String): GetProductResult

Return

An product resource belonging to a catalog resource.

Parameters

catalogName

Name of catalog

productName

Name of product.

resourceGroupName

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

See also


suspend fun getProduct(argument: suspend GetProductPlainArgsBuilder.() -> Unit): GetProductResult

Return

An product resource belonging to a catalog resource.

Parameters

argument

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

See also