AppliedReservationList 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.
Paginated list of applied reservations
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.AppliedReservationListTypeConverter))]
public class AppliedReservationList : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IAppliedReservationList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.AppliedReservationListTypeConverter))>]
type AppliedReservationList = class
interface IAppliedReservationList
interface IJsonSerializable
Public Class AppliedReservationList
Implements IAppliedReservationList
- Inheritance
-
AppliedReservationList
- Attributes
- Implements
Constructors
AppliedReservationList() |
Creates an new AppliedReservationList instance. |
Properties
NextLink |
Url to get the next page of reservations |
Value |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AppliedReservationList. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AppliedReservationList. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IAppliedReservationList. |
FromJsonString(String) |
Creates a new instance of AppliedReservationList, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AppliedReservationList into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |