Delen via


ReservationsIdentity Class

Definition

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

Constructors

ReservationsIdentity()

Creates an new ReservationsIdentity instance.

Properties

Id

Resource identity path

ReservationId

Id of the reservation item

ReservationOrderId

Order Id of the reservation

SubscriptionId

Id of the subscription

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ReservationsIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ReservationsIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.IReservationsIdentity.

FromJsonString(String)

Creates a new instance of ReservationsIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ReservationsIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to