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.Resource
Department

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
str

The name of the department.

cost_center
str

The cost center associated with the department.

status
str

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
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

department_name
str

The name of the department.

cost_center
str

The cost center associated with the department.

status
str

The status of the department.

enrollment_accounts

Associated enrollment accounts. By default this is not populated, unless it's specified in $expand.