Megosztás a következőn keresztül:


IReservationOrderResponse.OriginalQuantity Property

Definition

Total Quantity of the skus purchased in the reservation.

[Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Description="Total Quantity of the skus purchased in the reservation.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="originalQuantity")]
public int? OriginalQuantity { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Description="Total Quantity of the skus purchased in the reservation.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="originalQuantity")>]
member this.OriginalQuantity : Nullable<int> with get, set
Public Property OriginalQuantity As Nullable(Of Integer)

Property Value

Attributes

Applies to