Share via


ProductFamiliesContent Constructor

Definition

Initializes a new instance of ProductFamiliesContent.

public ProductFamiliesContent (System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<Azure.ResourceManager.EdgeOrder.Models.FilterableProperty>> filterableProperties);
new Azure.ResourceManager.EdgeOrder.Models.ProductFamiliesContent : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<Azure.ResourceManager.EdgeOrder.Models.FilterableProperty>> -> Azure.ResourceManager.EdgeOrder.Models.ProductFamiliesContent
Public Sub New (filterableProperties As IDictionary(Of String, IList(Of FilterableProperty)))

Parameters

filterableProperties
IDictionary<String,IList<FilterableProperty>>

Dictionary of filterable properties on product family.

Exceptions

filterableProperties is null.

Applies to