BillingAccountsOperationsExtensions.BeginUpdateAsync Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Updates de eigenschappen van een factureringsrekening. Op dit moment kunnen displayName en het adres worden bijgewerkt. De bewerking wordt alleen ondersteund voor factureringsrekeningen met het overeenkomsttype Microsoft-klantovereenkomst.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.BillingAccount> BeginUpdateAsync(this Microsoft.Azure.Management.Billing.IBillingAccountsOperations operations, string billingAccountName, Microsoft.Azure.Management.Billing.Models.BillingAccountUpdateRequest parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.Billing.IBillingAccountsOperations * string * Microsoft.Azure.Management.Billing.Models.BillingAccountUpdateRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.BillingAccount>
<Extension()>
Public Function BeginUpdateAsync (operations As IBillingAccountsOperations, billingAccountName As String, parameters As BillingAccountUpdateRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BillingAccount)
Parameters
- operations
- IBillingAccountsOperations
De bewerkingsgroep voor deze extensiemethode.
- billingAccountName
- String
De id die een factureringsrekening uniek identificeert.
- parameters
- BillingAccountUpdateRequest
Aanvraagparameters die worden opgegeven voor de bewerking factureringsrekening bijwerken.
- cancellationToken
- CancellationToken
Het annuleringstoken.
Retouren
Van toepassing op
Azure SDK for .NET