listProductFamilies

This method provides the list of product families for the given subscription. API Version: 2021-12-01.

Return

The list of product families.

Parameters

argument

null


suspend fun listProductFamilies(customerSubscriptionDetails: CustomerSubscriptionDetails? = null, expand: String? = null, filterableProperties: Map<String, List<FilterableProperty>>, skipToken: String? = null): ListProductFamiliesResult

Return

The list of product families.

Parameters

customerSubscriptionDetails

Customer subscription properties. Clients can display available products to unregistered customers by explicitly passing subscription details

expand

$expand is supported on configurations parameter for product, which provides details on the configurations for the product.

filterableProperties

Dictionary of filterable properties on product family.

skipToken

$skipToken is supported on list of product families, which provides the next page in the list of product families.

See also


Return

The list of product families.

Parameters

argument

Builder for com.pulumi.azurenative.edgeorder.kotlin.inputs.ListProductFamiliesPlainArgs.

See also