AgreementProperties Class
An agreement.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.billing._serialization.ModelAgreementProperties
Constructor
AgreementProperties(**kwargs: Any)
Variables
Name | Description |
---|---|
acceptance_mode
|
The mode of acceptance for an agreement. Known values are: "Other", "ClickToAccept", "ESignEmbedded", "ESignOffline", "Implicit", "Offline", and "PhysicalSign". |
agreement_link
|
The URL to download the agreement. |
billing_profile_info
|
The list of billing profiles associated with agreement and present only for specific agreements. |
category
|
The category of the agreement. Known values are: "Other", "AffiliatePurchaseTerms", "IndirectForGovernmentAgreement", "MicrosoftCustomerAgreement", "MicrosoftPartnerAgreement", and "UKCloudComputeFramework". |
display_name
|
The name of the agreement signed by a customer. |
effective_date
|
The date from which the agreement is effective. |
expiration_date
|
The date when the agreement expires. |
participants
|
The list of participants that participates in acceptance of an agreement. |
status
|
The current status of the agreement. |
lead_billing_account_name
|
The ID of the lead billing account if this agreement is part of the Customer Affiliate Purchase Terms. |
Azure SDK for Python