Share via


InvoiceSectionWithCreateSubPermission Class

Definition

Invoice section properties with create subscription permission.

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

Properties

BillingProfileDisplayName

The name of the billing profile.

BillingProfileId

The fully qualified ID that uniquely identifies a billing profile.

BillingProfileSpendingLimit

The billing profile spending limit.

BillingProfileStatus

The status of the billing profile.

BillingProfileStatusReasonCode

Reason for the specified billing profile status.

BillingProfileSystemId

The system generated unique identifier for a billing profile.

EnabledAzurePlans

Enabled azure plans for the associated billing profile.

InvoiceSectionDisplayName

The name of the invoice section.

InvoiceSectionId

The fully qualified ID that uniquely identifies an invoice section.

InvoiceSectionSystemId

The system generated unique identifier for an invoice section.

Explicit Interface Implementations

IJsonModel<InvoiceSectionWithCreateSubPermission>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InvoiceSectionWithCreateSubPermission>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InvoiceSectionWithCreateSubPermission>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InvoiceSectionWithCreateSubPermission>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InvoiceSectionWithCreateSubPermission>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to