ProductDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents product details
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ProductDetailsTypeConverter))]
public class ProductDetails : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IProductDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ProductDetailsTypeConverter))>]
type ProductDetails = class
interface IProductDetails
interface IJsonSerializable
Public Class ProductDetails
Implements IProductDetails
- Inheritance
-
ProductDetails
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ProductDetails() |
Creates an new ProductDetails instance. |
Properties
| Name | Description |
|---|---|
| Count |
Quantity of the product |
| DeviceDetail |
list of device details |
| DisplayInfoConfigurationDisplayName |
Configuration display name |
| DisplayInfoProductFamilyDisplayName |
Product family display name |
| HierarchyInformation |
Hierarchy of the product which uniquely identifies the product |
| ProductDoubleEncryptionStatus |
Double encryption status of the configuration. Read-only field. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ProductDetails. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ProductDetails. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IProductDetails. |
| FromJsonString(String) |
Creates a new instance of ProductDetails, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ProductDetails into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |