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.ResourceEnrollmentAccount
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
|
The name of the enrollment account. |
cost_center
|
The cost center associated with the enrollment account. |
account_owner
|
The owner of the enrollment account. |
account_owner_email
|
The enrollment account owner email address. |
status
|
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
|
Resource Id. |
name
|
Resource name. |
type
|
Resource type. |
account_name
|
The name of the enrollment account. |
cost_center
|
The cost center associated with the enrollment account. |
account_owner
|
The owner of the enrollment account. |
account_owner_email
|
The enrollment account owner email address. |
status
|
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. |
Azure SDK for Python