共用方式為


IProductsOperations.ValidateMoveWithHttpMessagesAsync 方法

定義

驗證產品的費用是否可以移至新的發票區段。 這項作業僅支援以週期性費用購買的產品,以及合約類型為Microsoft 客戶合約的計費帳戶。 https://docs.microsoft.com/en-us/rest/api/billing/

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Billing.Models.ValidateProductTransferEligibilityResult>> ValidateMoveWithHttpMessagesAsync (string billingAccountName, string productName, Microsoft.Azure.Management.Billing.Models.TransferProductRequestProperties parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ValidateMoveWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Billing.Models.TransferProductRequestProperties * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Billing.Models.ValidateProductTransferEligibilityResult>>
Public Function ValidateMoveWithHttpMessagesAsync (billingAccountName As String, productName As String, parameters As TransferProductRequestProperties, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ValidateProductTransferEligibilityResult))

參數

billingAccountName
String

可唯一識別計費帳戶的識別碼。

productName
String

可唯一識別產品的識別碼。

parameters
TransferProductRequestProperties

要求提供給驗證移動資格作業的參數。

customHeaders
Dictionary<String,List<String>>

將新增至要求的標頭。

cancellationToken
CancellationToken

取消語彙基元。

傳回

例外狀況

當作業傳回不正確狀態碼時擲回

無法還原序列化回應時擲回

當必要參數為 Null 時擲回

適用於