Department Class
A department.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
Department(*, department_name: str | None = None, cost_center: str | None = None, status: str | None = None, enrollment_accounts: List[_models.EnrollmentAccount] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
department_name
|
The name of the department. |
cost_center
|
The cost center associated with the department. |
status
|
The status of the department. |
enrollment_accounts
|
Associated enrollment accounts. By default this is not populated, unless it's specified in $expand. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource name. |
type
|
Resource type. |
department_name
|
The name of the department. |
cost_center
|
The cost center associated with the department. |
status
|
The status of the department. |
enrollment_accounts
|
Associated enrollment accounts. By default this is not populated, unless it's specified in $expand. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python