BillingProfilePolicyProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A policy at billing profile scope.
public class BillingProfilePolicyProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Billing.Models.BillingProfilePolicyProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Billing.Models.BillingProfilePolicyProperties>
type BillingProfilePolicyProperties = class
interface IJsonModel<BillingProfilePolicyProperties>
interface IPersistableModel<BillingProfilePolicyProperties>
Public Class BillingProfilePolicyProperties
Implements IJsonModel(Of BillingProfilePolicyProperties), IPersistableModel(Of BillingProfilePolicyProperties)
- Inheritance
-
BillingProfilePolicyProperties
- Implements
Constructors
BillingProfilePolicyProperties() |
Initializes a new instance of BillingProfilePolicyProperties. |
Properties
EnterpriseAgreementPolicies |
The policies for Enterprise Agreement enrollments. |
InvoiceSectionLabelManagement |
The policy that controls invoice section label management at invoice section scope. This is allowed by default. |
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. |
ViewCharges |
The policy that controls whether the users in customer's organization can view charges at pay-as-you-go prices. |
Explicit Interface Implementations
IJsonModel<BillingProfilePolicyProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BillingProfilePolicyProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BillingProfilePolicyProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BillingProfilePolicyProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BillingProfilePolicyProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET