EnrollmentAccountProperties Class
It is an organizational hierarchy within a billing account to administer and manage azure costs.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.billing._serialization.ModelEnrollmentAccountProperties
Constructor
EnrollmentAccountProperties(*, cost_center: str | None = None, display_name: str | None = None, is_dev_test_enabled: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
cost_center
|
The cost center associated with the enrollment account. |
display_name
|
The name of the enrollment account. |
is_dev_test_enabled
|
Boolean flag which enables subscribers to run development and testing workloads on Azure at special Dev/Test rates. |
Variables
Name | Description |
---|---|
cost_center
|
The cost center associated with the enrollment account. |
display_name
|
The name of the enrollment account. |
department_display_name
|
The name of the department under which the enrollment account exists. |
department_id
|
The ID that uniquely identifies the department. |
is_dev_test_enabled
|
Boolean flag which enables subscribers to run development and testing workloads on Azure at special Dev/Test rates. |
account_owner
|
The owner of the enrollment account. |
auth_type
|
The authorization type of the enrollment account. |
status
|
The status of the enrollment account. |
start_date
|
The date from which the enrollment account became valid and functional. |
end_date
|
The date of expiration of the enrollment account. |
Azure SDK for Python