BillingPropertyPropertiesEnrollmentDetails Class

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

Inheritance
azure.mgmt.billing.models._models_py3.SubscriptionEnrollmentDetails
BillingPropertyPropertiesEnrollmentDetails

Constructor

BillingPropertyPropertiesEnrollmentDetails(*, department_display_name: str | None = None, department_id: str | None = None, enrollment_account_status: str | None = None, enrollment_account_display_name: str | None = None, enrollment_account_id: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
department_display_name
str

The name of the department.

department_id
str

The ID that uniquely identifies the department.

enrollment_account_status
str

The status of the enrollment account.

enrollment_account_display_name
str

The name of the enrollment account.

enrollment_account_id
str

The ID that uniquely identifies an enrollment account.

Variables

Name Description
department_display_name
str

The name of the department.

department_id
str

The ID that uniquely identifies the department.

enrollment_account_status
str

The status of the enrollment account.

enrollment_account_display_name
str

The name of the enrollment account.

enrollment_account_id
str

The ID that uniquely identifies an enrollment account.