MoveBillingSubscriptionRequest Class
Request parameters to transfer billing subscription.
- Inheritance
-
azure.mgmt.billing._serialization.ModelMoveBillingSubscriptionRequest
Constructor
MoveBillingSubscriptionRequest(*, destination_invoice_section_id: str | None = None, destination_enrollment_account_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
destination_invoice_section_id
|
The destination invoice section id. |
destination_enrollment_account_id
|
The destination enrollment account id. |
Variables
Name | Description |
---|---|
destination_invoice_section_id
|
The destination invoice section id. |
destination_enrollment_account_id
|
The destination enrollment account id. |
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