EnrollmentAccountProperties Class
It is an organizational hierarchy within a billing account to administer and manage azure costs.
Constructor
EnrollmentAccountProperties(*args: Any, **kwargs: Any)
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. |
Attributes
account_owner
The owner of the enrollment account.
account_owner: str | None
auth_type
The authorization type of the enrollment account.
auth_type: str | None
cost_center
The cost center associated with the enrollment account.
cost_center: str | None
department_display_name
The name of the department under which the enrollment account exists.
department_display_name: str | None
department_id
The ID that uniquely identifies the department.
department_id: str | None
display_name
The name of the enrollment account.
display_name: str | None
end_date
The date of expiration of the enrollment account.
end_date: datetime | None
is_dev_test_enabled
Boolean flag which enables subscribers to run development and testing workloads on Azure at special Dev/Test rates.
is_dev_test_enabled: bool | None
start_date
The date from which the enrollment account became valid and functional.
start_date: datetime | None
status
The status of the enrollment account.
status: str | None