Language

IOrderProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.OrderPropertiesTypeConverter))]
public interface IOrderProperties : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.OrderPropertiesTypeConverter))>]
type IOrderProperties = interface
    interface IJsonSerializable
Public Interface IOrderProperties
Implements IJsonSerializable
Derived
Attributes
Implements

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to