Share via


ReservationsListResult Class

Definition

The list of reservations and summary of roll out count of reservations in each state.

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

Constructors

ReservationsListResult()

Creates an new ReservationsListResult instance.

Properties

NextLink

The link (url) to the next page of results.

SummaryCancelledCount

The number of reservation in Cancelled state

SummaryExpiredCount

The number of reservation in Expired state

SummaryExpiringCount

The number of reservation in Expiring state

SummaryFailedCount

The number of reservation in Failed state

SummaryNoBenefitCount

The number of reservation in NoBenefit state

SummaryPendingCount

The number of reservation in Pending state

SummaryProcessingCount

The number of reservation in Processing state

SummarySucceededCount

The number of reservation in Succeeded state

SummaryWarningCount

The number of reservation in Warning state

Value

The list of reservations.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ReservationsListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ReservationsListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ReservationsListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to