次の方法で共有


BillingReservationCollection.GetAll(CancellationToken) Method

Definition

List Reservations within a single ReservationOrder in the billing account.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/reservationOrders/{reservationOrderId}/reservations
  • Operation Id: Reservations_ListByReservationOrder
  • Default Api Version: 2024-04-01
  • Resource: BillingReservationResource
public virtual Azure.Pageable<Azure.ResourceManager.Billing.BillingReservationResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Billing.BillingReservationResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Billing.BillingReservationResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of BillingReservationResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of BillingReservationResource that may take multiple service requests to iterate over.

Applies to