CalculateExchangeOperationsExtensions.BeginPost 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.
Calculates the refund amounts and price of the new purchases.
public static Microsoft.Azure.Management.Reservations.Models.CalculateExchangeOperationResultResponse BeginPost (this Microsoft.Azure.Management.Reservations.ICalculateExchangeOperations operations, Microsoft.Azure.Management.Reservations.Models.CalculateExchangeRequest body);
static member BeginPost : Microsoft.Azure.Management.Reservations.ICalculateExchangeOperations * Microsoft.Azure.Management.Reservations.Models.CalculateExchangeRequest -> Microsoft.Azure.Management.Reservations.Models.CalculateExchangeOperationResultResponse
<Extension()>
Public Function BeginPost (operations As ICalculateExchangeOperations, body As CalculateExchangeRequest) As CalculateExchangeOperationResultResponse
Parameters
- operations
- ICalculateExchangeOperations
The operations group for this extension method.
Request containing purchases and refunds that need to be executed.
Returns
Remarks
Calculates price for exchanging `Reservations` if there are no policy errors.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET