BillingAccountPolicyProperties Class

A policy at billing account scope.

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

Inheritance
azure.mgmt.billing._serialization.Model
BillingAccountPolicyProperties

Constructor

BillingAccountPolicyProperties(*, enterprise_agreement_policies: _models.BillingAccountPolicyPropertiesEnterpriseAgreementPolicies | None = None, marketplace_purchases: str | _models.MarketplacePurchasesPolicy | None = None, reservation_purchases: str | _models.ReservationPurchasesPolicy | None = None, savings_plan_purchases: str | _models.SavingsPlanPurchasesPolicy | None = None, policies: List[_models.PolicySummary] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
enterprise_agreement_policies

The policies for Enterprise Agreement enrollments.

marketplace_purchases

The policy that controls whether Azure marketplace purchases are allowed. Known values are: "Other", "AllAllowed", "Disabled", "NotAllowed", and "OnlyFreeAllowed".

reservation_purchases

The policy that controls whether Azure reservation purchases are allowed. Known values are: "Other", "Allowed", "Disabled", and "NotAllowed".

savings_plan_purchases

The policy that controls whether users with Azure savings plan purchase are allowed. Known values are: "Other", "Allowed", "Disabled", and "NotAllowed".

policies

List of all policies defined at the billing scope.

Variables

Name Description
provisioning_state

The provisioning state of the resource during a long-running operation. Known values are: "Succeeded", "Canceled", "Failed", "New", "Pending", "Provisioning", "PendingBilling", "ConfirmedBilling", "Creating", "Created", and "Expired".

enterprise_agreement_policies

The policies for Enterprise Agreement enrollments.

marketplace_purchases

The policy that controls whether Azure marketplace purchases are allowed. Known values are: "Other", "AllAllowed", "Disabled", "NotAllowed", and "OnlyFreeAllowed".

reservation_purchases

The policy that controls whether Azure reservation purchases are allowed. Known values are: "Other", "Allowed", "Disabled", and "NotAllowed".

savings_plan_purchases

The policy that controls whether users with Azure savings plan purchase are allowed. Known values are: "Other", "Allowed", "Disabled", and "NotAllowed".

policies

List of all policies defined at the billing scope.