次の方法で共有


ProductFamiliesContent コンストラクター

定義

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)))

パラメーター

filterableProperties
IDictionary<String,IList<FilterableProperty>>

製品ファミリのフィルター可能なプロパティのディクショナリ。

例外

filterableProperties が null です。

適用対象