BillingSubscriptionStatusDetails Class

Definition

The suspension details for a subscription. This field is not available for Enterprise Agreement billing accounts.

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

Properties

EffectiveOn

The suspension effective date for a subscription. This field is not available for Enterprise Agreement billing accounts.

Reason

The suspension reason for a subscription. This field is not available for Enterprise Agreement billing accounts.

Explicit Interface Implementations

IJsonModel<BillingSubscriptionStatusDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingSubscriptionStatusDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingSubscriptionStatusDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingSubscriptionStatusDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingSubscriptionStatusDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to