Language

ProductFamiliesRequest Class

Definition

The filters for showing the product families.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ProductFamiliesRequestTypeConverter))]
public class ProductFamiliesRequest : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IProductFamiliesRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ProductFamiliesRequestTypeConverter))>]
type ProductFamiliesRequest = class
    interface IProductFamiliesRequest
    interface IJsonSerializable
Public Class ProductFamiliesRequest
Implements IProductFamiliesRequest
Inheritance
ProductFamiliesRequest
Attributes
Implements

Constructors

Name Description
ProductFamiliesRequest()

Creates an new ProductFamiliesRequest instance.

Properties

Name Description
CustomerSubscriptionDetail

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

FilterableProperty

Dictionary of filterable properties on product family.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProductFamiliesRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProductFamiliesRequest.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IProductFamiliesRequest.

FromJsonString(String)

Creates a new instance of ProductFamiliesRequest, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProductFamiliesRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to