IOrderProperties Interface
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.
[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) |