Delen via


BillingProfilesOperationsExtensions.BeginCreateOrUpdateAsync Methode

Definitie

Hiermee wordt een factureringsprofiel gemaakt of bijgewerkt. De bewerking wordt ondersteund voor factureringsaccounts met het type overeenkomst Microsoft-klantovereenkomst of Microsoft Partner-overeenkomst.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.BillingProfile> BeginCreateOrUpdateAsync(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 BeginCreateOrUpdateAsync : 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 BeginCreateOrUpdateAsync (operations As IBillingProfilesOperations, billingAccountName As String, billingProfileName As String, parameters As BillingProfile, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BillingProfile)

Parameters

operations
IBillingProfilesOperations

De bewerkingsgroep voor deze extensiemethode.

billingAccountName
String

De id die een factureringsrekening uniek identificeert.

billingProfileName
String

De id die een factureringsprofiel uniek identificeert.

parameters
BillingProfile

Het nieuwe of bijgewerkte factureringsprofiel.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op