getProduct

Gets the details of the product specified by its identifier. API Version: 2020-12-01.

Return

Product details.

Parameters

argument

null


suspend fun getProduct(productId: String, resourceGroupName: String, serviceName: String): GetProductResult

Return

Product details.

Parameters

productId

Product identifier. Must be unique in the current API Management service instance.

resourceGroupName

The name of the resource group.

serviceName

The name of the API Management service.

See also


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

Return

Product details.

Parameters

argument

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

See also