Skip to main content

reservation_orders

Creates, updates, deletes, gets or lists a reservation_orders resource.

Overview

Namereservation_orders
TypeResource
Idazure.billing.reservation_orders

Fields

NameDatatypeDescription
benefit_start_timetextfield from the properties object
billingAccountNametextfield from the properties object
billing_account_idtextfield from the properties object
billing_plantextfield from the properties object
billing_profile_idtextfield from the properties object
created_date_timetextfield from the properties object
customer_idtextfield from the properties object
display_nametextfield from the properties object
enrollment_idtextfield from the properties object
etagintegerfield from the properties object
expiry_datetextfield from the properties object
expiry_date_timetextfield from the properties object
extended_status_infotextfield from the properties object
original_quantitytextfield from the properties object
plan_informationtextfield from the properties object
product_codetextfield from the properties object
provisioning_statetextfield from the properties object
request_date_timetextfield from the properties object
reservationOrderIdtextfield from the properties object
reservationstextfield from the properties object
review_date_timetextfield from the properties object
tagstextResource Tags
termtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
get_by_billing_accountSELECTbillingAccountName, reservationOrderIdGet the details of the ReservationOrder in the billing account.
list_by_billing_accountSELECTbillingAccountNameList all the `ReservationOrders in the billing account.

SELECT examples

List all the `ReservationOrders in the billing account.

SELECT
benefit_start_time,
billingAccountName,
billing_account_id,
billing_plan,
billing_profile_id,
created_date_time,
customer_id,
display_name,
enrollment_id,
etag,
expiry_date,
expiry_date_time,
extended_status_info,
original_quantity,
plan_information,
product_code,
provisioning_state,
request_date_time,
reservationOrderId,
reservations,
review_date_time,
tags,
term
FROM azure.billing.vw_reservation_orders
WHERE billingAccountName = '{{ billingAccountName }}';