BillingAccountPolicyProperties Class

Definition

A policy at billing account scope.

public class BillingAccountPolicyProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Billing.Models.BillingAccountPolicyProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Billing.Models.BillingAccountPolicyProperties>
type BillingAccountPolicyProperties = class
    interface IJsonModel<BillingAccountPolicyProperties>
    interface IPersistableModel<BillingAccountPolicyProperties>
Public Class BillingAccountPolicyProperties
Implements IJsonModel(Of BillingAccountPolicyProperties), IPersistableModel(Of BillingAccountPolicyProperties)
Inheritance
BillingAccountPolicyProperties
Implements

Constructors

BillingAccountPolicyProperties()

Initializes a new instance of BillingAccountPolicyProperties.

Properties

EnterpriseAgreementPolicies

The policies for Enterprise Agreement enrollments.

MarketplacePurchases

The policy that controls whether Azure marketplace purchases are allowed.

Policies

List of all policies defined at the billing scope.

ProvisioningState

The provisioning state of the resource during a long-running operation.

ReservationPurchases

The policy that controls whether Azure reservation purchases are allowed.

SavingsPlanPurchases

The policy that controls whether users with Azure savings plan purchase are allowed.

Explicit Interface Implementations

IJsonModel<BillingAccountPolicyProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BillingAccountPolicyProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingAccountPolicyProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingAccountPolicyProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BillingAccountPolicyProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to