ReservationToReturn Class
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.
Reservation to return
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ReservationToReturnTypeConverter))]
public class ReservationToReturn : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IReservationToReturn
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ReservationToReturnTypeConverter))>]
type ReservationToReturn = class
interface IReservationToReturn
interface IJsonSerializable
Public Class ReservationToReturn
Implements IReservationToReturn
- Inheritance
-
ReservationToReturn
- Attributes
- Implements
Constructors
ReservationToReturn() |
Creates an new ReservationToReturn instance. |
Properties
Quantity |
Quantity to be returned. Must be greater than zero. |
ReservationId |
Fully qualified identifier of the reservation being returned |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ReservationToReturn. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ReservationToReturn. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IReservationToReturn. |
FromJsonString(String) |
Creates a new instance of ReservationToReturn, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ReservationToReturn into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |