BillingSubscriptionMergeRequest Class

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

Inheritance
azure.mgmt.billing._serialization.Model
BillingSubscriptionMergeRequest

Constructor

BillingSubscriptionMergeRequest(*, target_billing_subscription_name: str | None = None, quantity: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
target_billing_subscription_name
str

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

quantity
int

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

Variables

Name Description
target_billing_subscription_name
str

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

quantity
int

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