BillingBeneficiary Class

Definition

Details of the beneficiary.

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

Constructors

BillingBeneficiary()

Initializes a new instance of BillingBeneficiary.

Properties

ObjectId

The ID that uniquely identifies a user in a tenant.

TenantId

The ID that uniquely identifies a tenant.

Explicit Interface Implementations

IJsonModel<BillingBeneficiary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingBeneficiary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingBeneficiary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingBeneficiary>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingBeneficiary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to