get Products
Returns a list of products. Azure REST API version: 2022-06-01. Other available API versions: 2020-06-01-preview.
Return
Pageable list of products.
Parameters
argument
null
suspend fun getProducts(productName: String, registrationName: String, resourceGroup: String): GetProductsResult
Return
Pageable list of products.
See also
Parameters
product Name
Name of the product.
registration Name
Name of the Azure Stack registration.
resource Group
Name of the resource group.
suspend fun getProducts(argument: suspend GetProductsPlainArgsBuilder.() -> Unit): GetProductsResult
Return
Pageable list of products.
See also
Parameters
argument
Builder for com.pulumi.azurenative.azurestack.kotlin.inputs.GetProductsPlainArgs.