IOrderItemResource.OrderItemDetail Property
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 item details.
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Create=true, Description="Represents order item details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IOrderItemDetails) }, Read=true, ReadOnly=false, Required=true, SerializedName="orderItemDetails", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IOrderItemDetails OrderItemDetail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Create=true, Description="Represents order item details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IOrderItemDetails) }, Read=true, ReadOnly=false, Required=true, SerializedName="orderItemDetails", Update=true)>]
member this.OrderItemDetail : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IOrderItemDetails with get, set
Public Property OrderItemDetail As IOrderItemDetails
Property Value
- Attributes