Delen via


BillingProfilesOperationsExtensions.BeginCreateOrUpdate Methode

Definitie

Hiermee maakt of werkt u een factureringsprofiel bij. De bewerking wordt ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft-klantovereenkomst of Microsoft Partner-overeenkomst.

public static Microsoft.Azure.Management.Billing.Models.BillingProfile BeginCreateOrUpdate(this Microsoft.Azure.Management.Billing.IBillingProfilesOperations operations, string billingAccountName, string billingProfileName, Microsoft.Azure.Management.Billing.Models.BillingProfile parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Billing.IBillingProfilesOperations * string * string * Microsoft.Azure.Management.Billing.Models.BillingProfile -> Microsoft.Azure.Management.Billing.Models.BillingProfile
<Extension()>
Public Function BeginCreateOrUpdate (operations As IBillingProfilesOperations, billingAccountName As String, billingProfileName As String, parameters As BillingProfile) As 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.

Retouren

Van toepassing op