BillingProfilesOperationsExtensions.CreateOrUpdateAsync Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Skapar eller uppdaterar en faktureringsprofil. Åtgärden stöds för faktureringskonton med avtalstyp Microsoft-kundavtal eller Microsoft-partneravtal.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.BillingProfile> CreateOrUpdateAsync (this Microsoft.Azure.Management.Billing.IBillingProfilesOperations operations, string billingAccountName, string billingProfileName, Microsoft.Azure.Management.Billing.Models.BillingProfile parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Billing.IBillingProfilesOperations * string * string * Microsoft.Azure.Management.Billing.Models.BillingProfile * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.BillingProfile>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IBillingProfilesOperations, billingAccountName As String, billingProfileName As String, parameters As BillingProfile, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BillingProfile)
Parametrar
- operations
- IBillingProfilesOperations
Åtgärdsgruppen för den här tilläggsmetoden.
- billingAccountName
- String
Det ID som unikt identifierar ett faktureringskonto.
- billingProfileName
- String
Det ID som unikt identifierar en faktureringsprofil.
- parameters
- BillingProfile
Den nya eller uppdaterade faktureringsprofilen.
- cancellationToken
- CancellationToken
Annulleringstoken.
Returer
Gäller för
Azure SDK for .NET