Share via


ReservationOrderList Class

Definition

List of ReservationOrders

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ReservationOrderListTypeConverter))]
public class ReservationOrderList : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IReservationOrderList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ReservationOrderListTypeConverter))>]
type ReservationOrderList = class
    interface IReservationOrderList
    interface IJsonSerializable
Public Class ReservationOrderList
Implements IReservationOrderList
Inheritance
ReservationOrderList
Attributes
Implements

Constructors

ReservationOrderList()

Creates an new ReservationOrderList instance.

Properties

NextLink

Url to get the next page of reservationOrders.

Value

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ReservationOrderList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ReservationOrderList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IReservationOrderList.

FromJsonString(String)

Creates a new instance of ReservationOrderList, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ReservationOrderList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to