ReservationsDetailsOperationsExtensions.ListByReservationOrderAndReservationAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the reservations details for provided date range. https://docs.microsoft.com/en-us/rest/api/consumption/
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Consumption.Models.ReservationDetails>> ListByReservationOrderAndReservationAsync (this Microsoft.Azure.Management.Consumption.IReservationsDetailsOperations operations, string reservationOrderId, string reservationId, string filter, System.Threading.CancellationToken cancellationToken = default);
static member ListByReservationOrderAndReservationAsync : Microsoft.Azure.Management.Consumption.IReservationsDetailsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Consumption.Models.ReservationDetails>>
<Extension()>
Public Function ListByReservationOrderAndReservationAsync (operations As IReservationsDetailsOperations, reservationOrderId As String, reservationId As String, filter As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ReservationDetails))
Parameters
- operations
- IReservationsDetailsOperations
The operations group for this extension method.
- reservationOrderId
- String
Order Id of the reservation
- reservationId
- String
Id of the reservation
- filter
- String
Filter reservation details by date range. The properties/UsageDate for start date and end date. The filter supports 'le' and 'ge'
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET