BillingProfilesOperationsExtensions.BeginCreateOrUpdate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée ou met à jour un profil de facturation. L’opération est prise en charge pour les comptes de facturation de type Contrat client Microsoft ou Contrat Partenaire Microsoft.
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
Paramètres
- operations
- IBillingProfilesOperations
Groupe d’opérations pour cette méthode d’extension.
- billingAccountName
- String
ID qui identifie de façon unique un compte de facturation.
- billingProfileName
- String
ID qui identifie de façon unique un profil de facturation.
- parameters
- BillingProfile
Profil de facturation nouveau ou mis à jour.
Retours
S’applique à
Azure SDK for .NET