ReservationOrderResource.CalculateRefundAsync 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.
Calculate price for returning Reservations
if there are no policy errors.
- Request Path: /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/calculateRefund
- Operation Id: CalculateRefund_Post
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Reservations.Models.ReservationCalculateRefundResult>> CalculateRefundAsync (Azure.ResourceManager.Reservations.Models.ReservationCalculateRefundContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CalculateRefundAsync : Azure.ResourceManager.Reservations.Models.ReservationCalculateRefundContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Reservations.Models.ReservationCalculateRefundResult>>
override this.CalculateRefundAsync : Azure.ResourceManager.Reservations.Models.ReservationCalculateRefundContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Reservations.Models.ReservationCalculateRefundResult>>
Public Overridable Function CalculateRefundAsync (content As ReservationCalculateRefundContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ReservationCalculateRefundResult))
Parameters
Information needed for calculating refund of a reservation.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET