Enrollment Class
The properties of an enrollment.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.billing._serialization.ModelEnrollment
Constructor
Enrollment(*, start_date: datetime | None = None, end_date: datetime | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
start_date
|
The start date of the enrollment. |
end_date
|
The end date of the enrollment. |
Variables
Name | Description |
---|---|
start_date
|
The start date of the enrollment. |
end_date
|
The end date of the enrollment. |
currency
|
The billing currency for the enrollment. |
channel
|
The channel type of the enrollment. |
policies
|
The policies for Enterprise Agreement enrollments. |
language
|
The language for the enrollment. |
country_code
|
The country code of the enrollment. |
status
|
The current status of the enrollment. |
billing_cycle
|
The billing cycle for the enrollment. |
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