DepartmentProperties Class
Optional grouping of enrollment accounts to segment costs into logical groupings and set budgets.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.billing._serialization.ModelDepartmentProperties
Constructor
DepartmentProperties(*, cost_center: str | None = None, display_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
cost_center
|
The cost center associated with the department. |
display_name
|
The name of the department. |
Variables
Name | Description |
---|---|
cost_center
|
The cost center associated with the department. |
display_name
|
The name of the department. |
id
|
The ID that uniquely identifies the department. |
status
|
The status of the department. |
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