Language

OrderProperties Class

Definition

Represents order details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.OrderPropertiesTypeConverter))]
public class OrderProperties : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IOrderProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.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.Api20211201.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.

Applies to