Dela via


BillingBenefitsExtendedStatusInfo Class

Definition

The BillingBenefitsExtendedStatusInfo.

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

Properties

Message

The message giving detailed information about the status code.

StatusCode

Status code providing additional information.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BillingBenefitsExtendedStatusInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingBenefitsExtendedStatusInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingBenefitsExtendedStatusInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingBenefitsExtendedStatusInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingBenefitsExtendedStatusInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to