list Product Families
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
customer Subscription Details
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.
filterable Properties
Dictionary of filterable properties on product family.
skip Token
$skipToken is supported on list of product families, which provides the next page in the list of product families.
See also
suspend fun listProductFamilies(argument: suspend ListProductFamiliesPlainArgsBuilder.() -> Unit): ListProductFamiliesResult
Return
The list of product families.
Parameters
argument
Builder for com.pulumi.azurenative.edgeorder.kotlin.inputs.ListProductFamiliesPlainArgs.