ReservationDetailResource.Unarchive(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.
Restores a Reservation
to the state it was before archiving.
- Request Path: /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}/unarchive
- Operation Id: Reservation_Unarchive
- Default Api Version: 2022-11-01
- Resource: ReservationDetailResource
public virtual Azure.Response Unarchive(System.Threading.CancellationToken cancellationToken = default);
abstract member Unarchive : System.Threading.CancellationToken -> Azure.Response
override this.Unarchive : System.Threading.CancellationToken -> Azure.Response
Public Overridable Function Unarchive (Optional cancellationToken As CancellationToken = Nothing) As Response
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.