Compartir a través de


IReservationToReturn Interface

Definition

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

Properties

Quantity

Quantity to be returned. Must be greater than zero.

ReservationId

Fully qualified identifier of the reservation being returned

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to