Compartilhar via


BillingCustomerProperties Class

Definition

A partner's customer.

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

Constructors

BillingCustomerProperties()

Initializes a new instance of BillingCustomerProperties.

Properties

BillingProfileDisplayName

The name of the billing profile.

BillingProfileId

The fully qualified ID that uniquely identifies a billing profile.

DisplayName

The name of the customer.

EnabledAzurePlans

Azure plans enabled for the customer.

Resellers

The list of resellers for which an Azure plan is enabled for the customer.

Status

Identifies the status of an customer. This is an upcoming property that will be populated in the future.

SystemId

The system generated unique identifier for a customer.

Tags

Dictionary of metadata associated with the resource. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \ ? /.

Explicit Interface Implementations

IJsonModel<BillingCustomerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingCustomerProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingCustomerProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingCustomerProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingCustomerProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to