Share via


BillingSubscriptionMergeContent Class

Definition

Request parameters that are provided to merge the two billing subscriptions.

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

Constructors

BillingSubscriptionMergeContent()

Initializes a new instance of BillingSubscriptionMergeContent.

Properties

Quantity

The quantity of the source billing subscription that will be merged with the target billing subscription.

TargetBillingSubscriptionName

The ID of the target billing subscription that will be merged with the source subscription provided in the request.

Explicit Interface Implementations

IJsonModel<BillingSubscriptionMergeContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingSubscriptionMergeContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingSubscriptionMergeContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingSubscriptionMergeContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingSubscriptionMergeContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to