다음을 통해 공유


BillingAccountPolicyProperties Class

Definition

Put billing account policies response properties.

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

Properties

AllowTransfers

Determine if the transfers are allowed for the billing account.

ServiceTenants

Service tenant for the billing account.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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