AppliedReservations Class

Definition

The response for applied reservations api

[Microsoft.Azure.PowerShell.Cmdlets.Reservations.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.AppliedReservationsTypeConverter))]
public class AppliedReservations : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.IAppliedReservations
[<Microsoft.Azure.PowerShell.Cmdlets.Reservations.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.AppliedReservationsTypeConverter))>]
type AppliedReservations = class
    interface IAppliedReservations
    interface IJsonSerializable
Public Class AppliedReservations
Implements IAppliedReservations
Inheritance
AppliedReservations
Attributes
Implements

Constructors

Name Description
AppliedReservations()

Creates an new AppliedReservations instance.

Properties

Name Description
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

Name Description
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.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()

Applies to