BillingPropertyPropertiesEnrollmentDetails Class
The enrollment details for the subscription. Available for billing accounts with agreement type Enterprise Agreement.
- Inheritance
-
azure.mgmt.billing.models._models_py3.SubscriptionEnrollmentDetailsBillingPropertyPropertiesEnrollmentDetails
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
|
The name of the department. |
department_id
|
The ID that uniquely identifies the department. |
enrollment_account_status
|
The status of the enrollment account. |
enrollment_account_display_name
|
The name of the enrollment account. |
enrollment_account_id
|
The ID that uniquely identifies an enrollment account. |
Variables
Name | Description |
---|---|
department_display_name
|
The name of the department. |
department_id
|
The ID that uniquely identifies the department. |
enrollment_account_status
|
The status of the enrollment account. |
enrollment_account_display_name
|
The name of the enrollment account. |
enrollment_account_id
|
The ID that uniquely identifies an enrollment account. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python