SubscriptionEnrollmentDetails Class

Definition

The enrollment details for the subscription. Available for billing accounts with agreement type Enterprise Agreement.

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

Constructors

SubscriptionEnrollmentDetails()

Initializes a new instance of SubscriptionEnrollmentDetails.

Properties

DepartmentDisplayName

The name of the department.

DepartmentId

The ID that uniquely identifies the department.

EnrollmentAccountDisplayName

The name of the enrollment account.

EnrollmentAccountId

The ID that uniquely identifies an enrollment account.

EnrollmentAccountStatus

The status of the enrollment account.

Explicit Interface Implementations

IJsonModel<SubscriptionEnrollmentDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SubscriptionEnrollmentDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SubscriptionEnrollmentDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SubscriptionEnrollmentDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SubscriptionEnrollmentDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to