Sdílet prostřednictvím


BillingProfilesOperationsExtensions.BeginCreateOrUpdateAsync Metoda

Definice

Vytvoří nebo aktualizuje fakturační profil. Operace se podporuje pro fakturační účty s typem smlouvy Smlouva se zákazníkem Microsoftu nebo Smlouva s partnerem Microsoftu.

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)

Parametry

operations
IBillingProfilesOperations

Skupina operací pro tuto rozšiřující metodu.

billingAccountName
String

ID, které jednoznačně identifikuje fakturační účet.

billingProfileName
String

ID, které jednoznačně identifikuje fakturační profil.

parameters
BillingProfile

Nový nebo aktualizovaný fakturační profil.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro