BillingSubscriptionMoveContent Class

Definition

Request parameters to transfer billing subscription.

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

Constructors

BillingSubscriptionMoveContent()

Initializes a new instance of BillingSubscriptionMoveContent.

Properties

DestinationEnrollmentAccountId

The destination enrollment account id.

DestinationInvoiceSectionId

The destination invoice section id.

Explicit Interface Implementations

IJsonModel<BillingSubscriptionMoveContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingSubscriptionMoveContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingSubscriptionMoveContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingSubscriptionMoveContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingSubscriptionMoveContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to