IReservationsListResult Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ReservationsListResultTypeConverter))]
public interface IReservationsListResult : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ReservationsListResultTypeConverter))>]
type IReservationsListResult = interface
interface IJsonSerializable
Public Interface IReservationsListResult
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |