다음을 통해 공유


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

Name Description
SubscriptionEnrollmentDetails()

Initializes a new instance of SubscriptionEnrollmentDetails.

Properties

Name Description
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.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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