BillingDepartmentProperties Class

Definition

Optional grouping of enrollment accounts to segment costs into logical groupings and set budgets.

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

Constructors

BillingDepartmentProperties()

Initializes a new instance of BillingDepartmentProperties.

Properties

CostCenter

The cost center associated with the department.

DisplayName

The name of the department.

Id

The ID that uniquely identifies the department.

Status

The status of the department.

Explicit Interface Implementations

IJsonModel<BillingDepartmentProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingDepartmentProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingDepartmentProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingDepartmentProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingDepartmentProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to