ReservationDetailCollection.Get(Guid, String, CancellationToken) 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.
Get specific Reservation
details.
- Request Path: /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}
- Operation Id: Reservation_Get
- Default Api Version: 2022-11-01
- Resource: ReservationDetailResource
public virtual Azure.Response<Azure.ResourceManager.Reservations.ReservationDetailResource> Get(Guid reservationId, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : Guid * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Reservations.ReservationDetailResource>
override this.Get : Guid * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Reservations.ReservationDetailResource>
Public Overridable Function Get (reservationId As Guid, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ReservationDetailResource)
Parameters
- reservationId
- Guid
Id of the reservation item.
- expand
- String
Supported value of this query is renewProperties.
- cancellationToken
- CancellationToken
The cancellation token to use.