Delen via


ProductsOperationsExtensions.Update Methode

Definitie

Updates de eigenschappen van een Product. Op dit moment kan automatisch verlengen worden bijgewerkt. De bewerking wordt alleen ondersteund voor factureringsrekeningen met het overeenkomsttype Microsoft-klantovereenkomst.

public static Microsoft.Azure.Management.Billing.Models.Product Update(this Microsoft.Azure.Management.Billing.IProductsOperations operations, string billingAccountName, string productName, Microsoft.Azure.Management.Billing.Models.Product parameters);
static member Update : Microsoft.Azure.Management.Billing.IProductsOperations * string * string * Microsoft.Azure.Management.Billing.Models.Product -> Microsoft.Azure.Management.Billing.Models.Product
<Extension()>
Public Function Update (operations As IProductsOperations, billingAccountName As String, productName As String, parameters As Product) As Product

Parameters

operations
IProductsOperations

De bewerkingsgroep voor deze extensiemethode.

billingAccountName
String

De id die een factureringsrekening uniek identificeert.

productName
String

De id die een product uniek identificeert.

parameters
Product

Aanvraagparameters die zijn opgegeven voor de bewerking van het updateproduct.

Retouren

Van toepassing op