Поделиться через


ReservationExtendedStatusInfo Class

Definition

Extended status information for the reservation.

public class ReservationExtendedStatusInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Billing.Models.ReservationExtendedStatusInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Billing.Models.ReservationExtendedStatusInfo>
type ReservationExtendedStatusInfo = class
    interface IJsonModel<ReservationExtendedStatusInfo>
    interface IPersistableModel<ReservationExtendedStatusInfo>
Public Class ReservationExtendedStatusInfo
Implements IJsonModel(Of ReservationExtendedStatusInfo), IPersistableModel(Of ReservationExtendedStatusInfo)
Inheritance
ReservationExtendedStatusInfo
Implements

Constructors

ReservationExtendedStatusInfo()

Initializes a new instance of ReservationExtendedStatusInfo.

Properties

ExtendedStatusDefinitionSubscriptionId

Subscription Id.

Message

The message giving detailed information about the status code.

StatusCode

The status of the reservation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ReservationExtendedStatusInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ReservationExtendedStatusInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReservationExtendedStatusInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReservationExtendedStatusInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ReservationExtendedStatusInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to