DisplayInfo 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.
Describes product display information
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.DisplayInfoTypeConverter))]
public class DisplayInfo : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IDisplayInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.DisplayInfoTypeConverter))>]
type DisplayInfo = class
interface IDisplayInfo
interface IJsonSerializable
Public Class DisplayInfo
Implements IDisplayInfo
- Inheritance
-
DisplayInfo
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DisplayInfo() |
Creates an new DisplayInfo instance. |
Properties
| Name | Description |
|---|---|
| ConfigurationDisplayName |
Configuration display name |
| ProductFamilyDisplayName |
Product family display name |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DisplayInfo. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DisplayInfo. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IDisplayInfo. |
| FromJsonString(String) |
Creates a new instance of DisplayInfo, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DisplayInfo into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |