ReservationOrderProperty Class

Properties of a reservation order.

Constructor

ReservationOrderProperty(*args: Any, **kwargs: Any)

Variables

Name Description
display_name
str

Friendly name for user to easily identified the reservation order.

enrollment_id
str

Enrollment id of the reservation order.

customer_id
str

Fully-qualified identifier of the customerId where the benefit is applied. Present only for Enterprise Agreement PartnerLed customers.

billing_profile_id
str

Billing profile Id associated to this reservation order.

billing_account_id
str

Billing account Id associated to this reservation order.

request_date_time

This is the DateTime when the reservation order was initially requested for purchase.

created_date_time

This is the DateTime when the reservation order was created.

expiry_date

This is the date when the reservation order will expire.

expiry_date_time

This is the date-time when the reservation order will expire.

benefit_start_time

This is the DateTime when the reservation benefit started.

original_quantity
int

Total original quantity of the skus purchased in the reservation order.

term
str

The term of the reservation, e.g. P1Y.

provisioning_state
str

The provisioning state of the reservation, e.g. Succeeded.

billing_plan

Represent the billing plans. Known values are: "Upfront" and "Monthly".

plan_information

Information describing the type of billing plan for this reservation order.

reservations
review_date_time

This is the date-time when the Azure Hybrid Benefit needs to be reviewed.

extended_status_info

Extended status information for the reservation.

product_code
str

Represents UPN.

Attributes

benefit_start_time

This is the DateTime when the reservation benefit started.

benefit_start_time: datetime | None

billing_account_id

Billing account Id associated to this reservation order.

billing_account_id: str | None

billing_plan

"Upfront" and "Monthly".

billing_plan: str | _models.ReservationBillingPlan | None

billing_profile_id

Billing profile Id associated to this reservation order.

billing_profile_id: str | None

created_date_time

This is the DateTime when the reservation order was created.

created_date_time: datetime | None

customer_id

Fully-qualified identifier of the customerId where the benefit is applied. Present only for Enterprise Agreement PartnerLed customers.

customer_id: str | None

display_name

Friendly name for user to easily identified the reservation order.

display_name: str | None

enrollment_id

Enrollment id of the reservation order.

enrollment_id: str | None

expiry_date

This is the date when the reservation order will expire.

expiry_date: date | None

expiry_date_time

This is the date-time when the reservation order will expire.

expiry_date_time: datetime | None

extended_status_info

Extended status information for the reservation.

extended_status_info: _models.ReservationExtendedStatusInfo | None

original_quantity

Total original quantity of the skus purchased in the reservation order.

original_quantity: int | None

plan_information

Information describing the type of billing plan for this reservation order.

plan_information: _models.ReservationOrderBillingPlanInformation | None

product_code

Represents UPN.

product_code: str | None

provisioning_state

The provisioning state of the reservation, e.g. Succeeded.

provisioning_state: str | None

request_date_time

This is the DateTime when the reservation order was initially requested for purchase.

request_date_time: datetime | None

reservations

reservations: list['_models.Reservation'] | None

review_date_time

This is the date-time when the Azure Hybrid Benefit needs to be reviewed.

review_date_time: datetime | None

term

The term of the reservation, e.g. P1Y.

term: str | None