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