BillingInvoiceSectionProperties Class

Definition

An invoice section.

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

Constructors

BillingInvoiceSectionProperties()

Initializes a new instance of BillingInvoiceSectionProperties.

Properties

DisplayName

The name of the invoice section.

ProvisioningState

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

ReasonCode

Reason for the specified invoice section status.

State

Identifies the status of an invoice section.

SystemId

The system generated unique identifier for an invoice section.

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

TargetCloud

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

Explicit Interface Implementations

IJsonModel<BillingInvoiceSectionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingInvoiceSectionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingInvoiceSectionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingInvoiceSectionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingInvoiceSectionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to