Delen via


ProductsOperationsExtensions.Move Methode

Definitie

Hiermee verplaatst u de kosten van een product naar een nieuwe factuursectie. De nieuwe factuursectie moet deel uitmaken van hetzelfde factureringsprofiel als de bestaande factuursectie. Deze bewerking wordt alleen ondersteund voor producten die zijn gekocht met terugkerende kosten en voor factureringsrekeningen met overeenkomsttype Microsoft-klantovereenkomst. https://docs.microsoft.com/en-us/rest/api/billing/

public static Microsoft.Azure.Management.Billing.Models.Product Move(this Microsoft.Azure.Management.Billing.IProductsOperations operations, string billingAccountName, string productName, Microsoft.Azure.Management.Billing.Models.TransferProductRequestProperties parameters);
static member Move : Microsoft.Azure.Management.Billing.IProductsOperations * string * string * Microsoft.Azure.Management.Billing.Models.TransferProductRequestProperties -> Microsoft.Azure.Management.Billing.Models.Product
<Extension()>
Public Function Move (operations As IProductsOperations, billingAccountName As String, productName As String, parameters As TransferProductRequestProperties) 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
TransferProductRequestProperties

Aanvraagparameters die zijn opgegeven voor de verplaatsing van het product.

Retouren

Van toepassing op