getProducts

Returns a list of products. API Version: 2017-06-01.

Return

Pageable list of products.

Parameters

argument

null


suspend fun getProducts(productName: String, registrationName: String, resourceGroup: String): GetProductsResult

Return

Pageable list of products.

Parameters

productName

Name of the product.

registrationName

Name of the Azure Stack registration.

resourceGroup

Name of the resource group.

See also


suspend fun getProducts(argument: suspend GetProductsPlainArgsBuilder.() -> Unit): GetProductsResult

Return

Pageable list of products.

Parameters

argument

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

See also