BillingCustomerPolicyProperties 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 customer scope.
public class BillingCustomerPolicyProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Billing.Models.BillingCustomerPolicyProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Billing.Models.BillingCustomerPolicyProperties>
type BillingCustomerPolicyProperties = class
interface IJsonModel<BillingCustomerPolicyProperties>
interface IPersistableModel<BillingCustomerPolicyProperties>
Public Class BillingCustomerPolicyProperties
Implements IJsonModel(Of BillingCustomerPolicyProperties), IPersistableModel(Of BillingCustomerPolicyProperties)
- Inheritance
-
BillingCustomerPolicyProperties
- Implements
Constructors
BillingCustomerPolicyProperties(ViewChargesPolicy) |
Initializes a new instance of BillingCustomerPolicyProperties. |
Properties
Policies |
List of all policies defined at the billing scope. |
ProvisioningState |
The provisioning state of the resource during a long-running operation. |
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<BillingCustomerPolicyProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BillingCustomerPolicyProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BillingCustomerPolicyProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BillingCustomerPolicyProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BillingCustomerPolicyProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET