BillingProfilesOperationsExtensions.BeginCreateOrUpdateAsync 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.
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
Azure SDK for .NET