BillingPropertyOperationsExtensions.UpdateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Mises à jour la propriété de facturation d’un abonnement. Actuellement, le centre de coûts peut être mis à jour. L’opération est prise en charge uniquement pour les comptes de facturation avec le type de contrat Contrat client Microsoft.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.BillingProperty> UpdateAsync (this Microsoft.Azure.Management.Billing.IBillingPropertyOperations operations, Microsoft.Azure.Management.Billing.Models.BillingProperty parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Billing.IBillingPropertyOperations * Microsoft.Azure.Management.Billing.Models.BillingProperty * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.BillingProperty>
<Extension()>
Public Function UpdateAsync (operations As IBillingPropertyOperations, parameters As BillingProperty, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BillingProperty)
Paramètres
- operations
- IBillingPropertyOperations
Groupe d’opérations pour cette méthode d’extension.
- parameters
- BillingProperty
Paramètres de demande fournis à l’opération de mise à jour de la propriété de facturation.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET