BillingAccountUpdateRequest Class

The request properties of the billing account that can be updated.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.billing._serialization.Model
BillingAccountUpdateRequest

Constructor

BillingAccountUpdateRequest(*, display_name: str | None = None, sold_to: _models.AddressDetails | None = None, billing_profiles: _models.BillingProfilesOnExpand | None = None, departments: List[_models.Department] | None = None, enrollment_accounts: List[_models.EnrollmentAccount] | None = None, notification_email_address: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
display_name
str

The billing account name.

sold_to

The address of the individual or organization that is responsible for the billing account.

billing_profiles

The billing profiles associated with the billing account. By default this is not populated, unless it's specified in $expand.

departments

The departments associated to the enrollment.

enrollment_accounts

The accounts associated to the enrollment.

notification_email_address
str

Notification email address, only for legacy accounts.

Variables

Name Description
display_name
str

The billing account name.

sold_to

The address of the individual or organization that is responsible for the billing account.

agreement_type

The type of agreement. Known values are: "MicrosoftCustomerAgreement", "EnterpriseAgreement", "MicrosoftOnlineServicesProgram", and "MicrosoftPartnerAgreement".

account_type

The type of customer. Known values are: "Enterprise", "Individual", and "Partner".

account_status

The current status of the billing account. Known values are: "Active", "Deleted", "Disabled", "Expired", "Transferred", "Extended", and "Terminated".

billing_profiles

The billing profiles associated with the billing account. By default this is not populated, unless it's specified in $expand.

enrollment_details

The details about the associated legacy enrollment. By default this is not populated, unless it's specified in $expand.

departments

The departments associated to the enrollment.

enrollment_accounts

The accounts associated to the enrollment.

has_read_access

Indicates whether user has read access to the billing account.

notification_email_address
str

Notification email address, only for legacy accounts.