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