Delen via


ProductsOperationsExtensions.ListByBillingAccountAsync Methode

Definitie

Een lijst met de producten voor een factureringsrekening. Deze omvatten geen producten die worden gefactureerd op basis van gebruik. De bewerking wordt ondersteund voor factureringsaccounts met het type overeenkomst Microsoft-klantovereenkomst of Microsoft Partner-overeenkomst. https://docs.microsoft.com/en-us/rest/api/billing/

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Product>> ListByBillingAccountAsync(this Microsoft.Azure.Management.Billing.IProductsOperations operations, string billingAccountName, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByBillingAccountAsync : Microsoft.Azure.Management.Billing.IProductsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Product>>
<Extension()>
Public Function ListByBillingAccountAsync (operations As IProductsOperations, billingAccountName As String, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Product))

Parameters

operations
IProductsOperations

De bewerkingsgroep voor deze extensiemethode.

billingAccountName
String

De id die een factureringsrekening uniek identificeert.

filter
String

Kan worden gebruikt om te filteren op producttype. Het filter ondersteunt 'eq', 'lt', 'gt', 'le', 'ge' en 'and'. Het biedt momenteel geen ondersteuning voor 'ne', 'of' of 'niet'. Tagfilter is een sleutelwaardepaartekenreeks waarbij sleutel en waarde worden gescheiden door een dubbele punt (:).

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op