ReservationOrder Class

Details of a reservation order being returned.

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

Inheritance
azure.mgmt.billing.models._models_py3.ProxyResource
ReservationOrder

Constructor

ReservationOrder(*, etag: int | None = None, tags: Dict[str, str] | None = None, display_name: str | None = None, enrollment_id: str | None = None, customer_id: str | None = None, billing_profile_id: str | None = None, billing_account_id: str | None = None, request_date_time: datetime | None = None, created_date_time: datetime | None = None, expiry_date: date | None = None, expiry_date_time: datetime | None = None, benefit_start_time: datetime | None = None, original_quantity: int | None = None, billing_plan: str | _models.ReservationBillingPlan | None = None, plan_information: _models.ReservationOrderBillingPlanInformation | None = None, reservations: List[_models.Reservation] | None = None, review_date_time: datetime | None = None, extended_status_info: _models.ReservationExtendedStatusInfo | None = None, product_code: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
etag
int
tags

Tags for this reservation.

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.

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.

Variables

Name Description
id
str

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}". # pylint: disable=line-too-long

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

system_data

Azure Resource Manager metadata containing createdBy and modifiedBy information.

etag
int
tags

Tags for this reservation.

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.