ProductFamiliesContent コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 です。