次の方法で共有


BillingTransitionDetails Class

Definition

The details for a billing account transitioned from agreement type Microsoft Online Services Program to agreement type Microsoft Customer Agreement.

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

Properties

AnniversaryDay

The anniversary day of the pre-transitioned account of type Microsoft Online Services Program.

TransitionOn

The transition completion date.

Explicit Interface Implementations

IJsonModel<BillingTransitionDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingTransitionDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingTransitionDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingTransitionDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingTransitionDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to