Department Class
A department.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.billing.models._models_py3.ResourceDepartment
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. |
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