OrderProperties 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 order details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.OrderPropertiesTypeConverter))]
public class OrderProperties : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IOrderProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.OrderPropertiesTypeConverter))>]
type OrderProperties = class
interface IOrderProperties
interface IJsonSerializable
Public Class OrderProperties
Implements IOrderProperties
- Inheritance
-
OrderProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| OrderProperties() |
Creates an new OrderProperties instance. |
Properties
| Name | Description |
|---|---|
| CurrentStageDisplayName |
Display name of the resource stage. |
| CurrentStageName |
Stage name |
| CurrentStageStartTime |
Stage start time |
| CurrentStageStatus |
Stage status. |
| OrderItemId |
List of order item ARM Ids which are part of an order. |
| OrderStageHistory |
Order status history. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OrderProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OrderProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IOrderProperties. |
| FromJsonString(String) |
Creates a new instance of OrderProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of OrderProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |