getProduct

Returns the specified product. Uses Azure REST API version 2022-06-01. Other available API versions: 2020-06-01-preview.

Return

Product information.

Parameters

argument

null


suspend fun getProduct(productName: String, registrationName: String, resourceGroup: String): GetProductResult

Return

Product information.

Parameters

productName

Name of the product.

registrationName

Name of the Azure Stack registration.

resourceGroup

Name of the resource group.

See also


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

Return

Product information.

Parameters

argument

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

See also