Show / Hide Table of Contents

Class BillingProfileProperties

A billing profile.

Inheritance
System.Object
BillingProfileProperties
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.Billing.dll
Syntax
public class BillingProfileProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Billing.Models.BillingProfileProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Billing.Models.BillingProfileProperties>

Constructors

BillingProfileProperties()

Initializes a new instance of BillingProfileProperties.

Declaration
public BillingProfileProperties ();

Properties

BillingRelationshipType

Identifies the billing relationship represented by the billing profile. The billing relationship may be between Microsoft, the customer, and/or a third-party.

Declaration
public Nullable<Azure.ResourceManager.Billing.Models.BillingRelationshipType> BillingRelationshipType { get; }
Property Value
System.Nullable<BillingRelationshipType>

BillTo

Billing address.

Declaration
public Azure.ResourceManager.Billing.Models.BillingAddressDetails BillTo { get; set; }
Property Value
BillingAddressDetails

Currency

The currency in which the charges for the billing profile are billed.

Declaration
public string Currency { get; }
Property Value
System.String

CurrentPaymentTerm

The current payment term of the billing profile.

Declaration
public Azure.ResourceManager.Billing.Models.BillingPaymentTerm CurrentPaymentTerm { get; set; }
Property Value
BillingPaymentTerm

DisplayName

The name of the billing profile.

Declaration
public string DisplayName { get; set; }
Property Value
System.String

EnabledAzurePlans

Information about the enabled azure plans.

Declaration
public System.Collections.Generic.IList<Azure.ResourceManager.Billing.Models.BillingAzurePlan> EnabledAzurePlans { get; }
Property Value
System.Collections.Generic.IList<BillingAzurePlan>

HasReadAccess

Indicates whether user has read access to the billing profile.

Declaration
public Nullable<bool> HasReadAccess { get; }
Property Value
System.Nullable<System.Boolean>

IndirectRelationshipInfo

Identifies the billing profile that is linked to another billing profile in indirect purchase motion.

Declaration
public Azure.ResourceManager.Billing.Models.IndirectRelationshipInfo IndirectRelationshipInfo { get; set; }
Property Value
IndirectRelationshipInfo

InvoiceDay

The day of the month when the invoice for the billing profile is generated.

Declaration
public Nullable<int> InvoiceDay { get; }
Property Value
System.Nullable<System.Int32>

InvoiceRecipients

The list of email addresses to receive invoices by email for the billing profile.

Declaration
public System.Collections.Generic.IList<string> InvoiceRecipients { get; }
Property Value
System.Collections.Generic.IList<System.String>

IsInvoiceEmailOptIn

Flag controlling whether the invoices for the billing profile are sent through email.

Declaration
public Nullable<bool> IsInvoiceEmailOptIn { get; set; }
Property Value
System.Nullable<System.Boolean>

OtherPaymentTerms

The other payment terms of the billing profile.

Declaration
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Billing.Models.BillingPaymentTerm> OtherPaymentTerms { get; }
Property Value
System.Collections.Generic.IReadOnlyList<BillingPaymentTerm>

PoNumber

The default purchase order number that will appear on the invoices generated for the billing profile.

Declaration
public string PoNumber { get; set; }
Property Value
System.String

ProvisioningState

The provisioning state of the resource during a long-running operation.

Declaration
public Nullable<Azure.ResourceManager.Billing.Models.BillingProvisioningState> ProvisioningState { get; }
Property Value
System.Nullable<BillingProvisioningState>

ShipTo

The default address where the products are shipped, or the services are being used. If a ship to is not specified for a product or a subscription, then this address will be used.

Declaration
public Azure.ResourceManager.Billing.Models.BillingAddressDetails ShipTo { get; set; }
Property Value
BillingAddressDetails

SoldTo

The address of the individual or organization that is responsible for the billing account.

Declaration
public Azure.ResourceManager.Billing.Models.BillingAddressDetails SoldTo { get; set; }
Property Value
BillingAddressDetails

SpendingLimit

The billing profile spending limit.

Declaration
public Nullable<Azure.ResourceManager.Billing.Models.BillingSpendingLimit> SpendingLimit { get; }
Property Value
System.Nullable<BillingSpendingLimit>

SpendingLimitDetails

The details of billing profile spending limit.

Declaration
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Billing.Models.SpendingLimitDetails> SpendingLimitDetails { get; }
Property Value
System.Collections.Generic.IReadOnlyList<SpendingLimitDetails>

Status

The status of the billing profile.

Declaration
public Nullable<Azure.ResourceManager.Billing.Models.BillingProfileStatus> Status { get; }
Property Value
System.Nullable<BillingProfileStatus>

StatusReasonCode

Reason for the specified billing profile status.

Declaration
public Nullable<Azure.ResourceManager.Billing.Models.BillingProfileStatusReasonCode> StatusReasonCode { get; }
Property Value
System.Nullable<BillingProfileStatusReasonCode>

SystemId

The system generated unique identifier for a billing profile.

Declaration
public string SystemId { get; }
Property Value
System.String

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 < > % & \ ? /.

Declaration
public System.Collections.Generic.IDictionary<string,string> Tags { get; }
Property Value
System.Collections.Generic.IDictionary<System.String,System.String>

TargetClouds

Identifies the cloud environments that are associated with a billing profile. This is a system managed optional field and gets updated as the billing profile gets associated with accounts in various clouds.

Declaration
public System.Collections.Generic.IReadOnlyList<string> TargetClouds { get; }
Property Value
System.Collections.Generic.IReadOnlyList<System.String>

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Declaration
protected virtual void JsonModelWriteCore (System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
System.Text.Json.Utf8JsonWriter writer

The JSON writer.

System.ClientModel.Primitives.ModelReaderWriterOptions options

The client options for reading and writing models.

Explicit Interface Implementations

IJsonModel<BillingProfileProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

Declaration
Azure.ResourceManager.Billing.Models.BillingProfileProperties IJsonModel<BillingProfileProperties>.Create (ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
System.Text.Json.Utf8JsonReader reader

The System.Text.Json.Utf8JsonReader to read.

System.ClientModel.Primitives.ModelReaderWriterOptions options

The System.ClientModel.Primitives.ModelReaderWriterOptions to use.

Returns
BillingProfileProperties

A T representation of the JSON value.

Exceptions
System.FormatException

If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format.

IJsonModel<BillingProfileProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided System.Text.Json.Utf8JsonWriter.

Declaration
void IJsonModel<BillingProfileProperties>.Write (System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
System.Text.Json.Utf8JsonWriter writer

The System.Text.Json.Utf8JsonWriter to write into.

System.ClientModel.Primitives.ModelReaderWriterOptions options

The System.ClientModel.Primitives.ModelReaderWriterOptions to use.

Exceptions
System.FormatException

If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format.

IPersistableModel<BillingProfileProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.BinaryData into a model.

Declaration
Azure.ResourceManager.Billing.Models.BillingProfileProperties IPersistableModel<BillingProfileProperties>.Create (BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
System.BinaryData data

The System.BinaryData to parse.

System.ClientModel.Primitives.ModelReaderWriterOptions options

The System.ClientModel.Primitives.ModelReaderWriterOptions to use.

Returns
BillingProfileProperties

A T representation of the data.

Exceptions
System.FormatException

If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format.

IPersistableModel<BillingProfileProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

Declaration
string IPersistableModel<BillingProfileProperties>.GetFormatFromOptions (System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
System.ClientModel.Primitives.ModelReaderWriterOptions options

The System.ClientModel.Primitives.ModelReaderWriterOptions to consider when serializing and deserializing the model.

Returns
System.String

The format that the model uses when communicating with the serivce.

IPersistableModel<BillingProfileProperties>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

Declaration
BinaryData IPersistableModel<BillingProfileProperties>.Write (System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
System.ClientModel.Primitives.ModelReaderWriterOptions options

The System.ClientModel.Primitives.ModelReaderWriterOptions to use.

Returns
System.BinaryData

A binary representation of the written model.

Exceptions
System.FormatException

If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format.

Back to top Azure SDK for .NET