EnrollmentAccount Class

An enrollment account.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.billing.models._models_py3.Resource
EnrollmentAccount

Constructor

EnrollmentAccount(*, account_name: str | None = None, cost_center: str | None = None, account_owner: str | None = None, account_owner_email: str | None = None, status: str | None = None, start_date: datetime | None = None, end_date: datetime | None = None, department: _models.Department | None = None, **kwargs)

Keyword-Only Parameters

Name Description
account_name
str

The name of the enrollment account.

cost_center
str

The cost center associated with the enrollment account.

account_owner
str

The owner of the enrollment account.

account_owner_email
str

The enrollment account owner email address.

status
str

The status of the enrollment account.

start_date

The start date of the enrollment account.

end_date

The end date of the enrollment account.

department

Associated department. 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.

account_name
str

The name of the enrollment account.

cost_center
str

The cost center associated with the enrollment account.

account_owner
str

The owner of the enrollment account.

account_owner_email
str

The enrollment account owner email address.

status
str

The status of the enrollment account.

start_date

The start date of the enrollment account.

end_date

The end date of the enrollment account.

department

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