Sdílet prostřednictvím


IBillingSubscriptionsOperations.BeginMoveWithHttpMessagesAsync Metoda

Definice

Přesune poplatky za předplatné do nového oddílu faktury. Nový oddíl faktury musí patřit do stejného fakturačního profilu jako stávající oddíl faktury. Tato operace je podporovaná pro fakturační účty s typem smlouvy Smlouva se zákazníkem Microsoftu. https://docs.microsoft.com/en-us/rest/api/billing/

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Billing.Models.BillingSubscription,Microsoft.Azure.Management.Billing.Models.BillingSubscriptionsMoveHeaders>> BeginMoveWithHttpMessagesAsync (string billingAccountName, Microsoft.Azure.Management.Billing.Models.TransferBillingSubscriptionRequestProperties parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginMoveWithHttpMessagesAsync : string * Microsoft.Azure.Management.Billing.Models.TransferBillingSubscriptionRequestProperties * 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.BillingSubscription, Microsoft.Azure.Management.Billing.Models.BillingSubscriptionsMoveHeaders>>
Public Function BeginMoveWithHttpMessagesAsync (billingAccountName As String, parameters As TransferBillingSubscriptionRequestProperties, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of BillingSubscription, BillingSubscriptionsMoveHeaders))

Parametry

billingAccountName
String

ID, které jednoznačně identifikuje fakturační účet.

parameters
TransferBillingSubscriptionRequestProperties

Parametry požadavku, které jsou k dispozici pro operaci přesunu předplatného.

customHeaders
Dictionary<String,List<String>>

Hlavičky, které se přidají do požadavku.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Výjimky

Vyvolá se, když operace vrátila neplatný stavový kód.

Vyvolá se, když nejde deserializovat odpověď.

Vyvolá se, když má povinný parametr hodnotu null.

Platí pro