BillingProfilePropertiesIndirectRelationshipInfo Class
Identifies the billing profile that is linked to another billing profile in indirect purchase motion.
- Inheritance
-
azure.mgmt.billing.models._models_py3.IndirectRelationshipInfoBillingProfilePropertiesIndirectRelationshipInfo
Constructor
BillingProfilePropertiesIndirectRelationshipInfo(*, billing_account_name: str | None = None, billing_profile_name: str | None = None, display_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
billing_account_name
|
The billing account name of the partner or the customer for an indirect motion. |
billing_profile_name
|
The billing profile name of the partner or the customer for an indirect motion. |
display_name
|
The display name of the partner or customer for an indirect motion. |
Variables
Name | Description |
---|---|
billing_account_name
|
The billing account name of the partner or the customer for an indirect motion. |
billing_profile_name
|
The billing profile name of the partner or the customer for an indirect motion. |
display_name
|
The display name of the partner or customer for an indirect motion. |
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