AppliedReservations 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.
The response for applied reservations api
[Microsoft.Azure.PowerShell.Cmdlets.Reservations.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.AppliedReservationsTypeConverter))]
public class AppliedReservations : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IAppliedReservations
[<Microsoft.Azure.PowerShell.Cmdlets.Reservations.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.AppliedReservationsTypeConverter))>]
type AppliedReservations = class
interface IAppliedReservations
interface IJsonSerializable
Public Class AppliedReservations
Implements IAppliedReservations
- Inheritance
-
AppliedReservations
- Attributes
- Implements
Constructors
AppliedReservations() |
Creates an new AppliedReservations instance. |
Properties
Id |
Identifier of the applied reservations |
Name |
Name of resource |
ReservationOrderIdNextLink |
Url to get the next page of reservations |
ReservationOrderIdValue | |
ResourceGroupName |
Gets the resource group name |
Type |
Type of resource. "Microsoft.Capacity/AppliedReservations" |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AppliedReservations. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AppliedReservations. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IAppliedReservations. |
FromJsonString(String) |
Creates a new instance of AppliedReservations, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AppliedReservations into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |