Share via


BillingProfileInfo Class

Definition

Details about billing profile associated with agreement and available only for specific agreements.

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

Properties

BillingAccountId

The fully qualified ID that uniquely identifies a billing account.

BillingProfileDisplayName

The name of the billing profile.

BillingProfileId

The friendly ID that uniquely identifies a billing profile.

BillingProfileSystemId

The fully qualified ID that uniquely identifies a billing profile.

IndirectRelationshipOrganizationName

Billing account name. Available for a specific type of agreement.

Explicit Interface Implementations

IJsonModel<BillingProfileInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingProfileInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingProfileInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingProfileInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingProfileInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to