BillingSubscriptionMergeRequest Class
Request parameters that are provided to merge the two billing subscriptions.
- Inheritance
-
azure.mgmt.billing._serialization.ModelBillingSubscriptionMergeRequest
Constructor
BillingSubscriptionMergeRequest(*, target_billing_subscription_name: str | None = None, quantity: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
target_billing_subscription_name
|
The ID of the target billing subscription that will be merged with the source subscription provided in the request. |
quantity
|
The quantity of the source billing subscription that will be merged with the target billing subscription. |
Variables
Name | Description |
---|---|
target_billing_subscription_name
|
The ID of the target billing subscription that will be merged with the source subscription provided in the request. |
quantity
|
The quantity of the source billing subscription that will be merged with the target billing subscription. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python