Compartilhar via


ProductsOperationsExtensions.ListByCustomerAsync Método

Definição

Lista os produtos de um cliente. Eles não incluem produtos cobrados com base no uso. A operação tem suporte apenas para contas de cobrança com o tipo de contrato Contrato de Parceiro da Microsoft. 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>> ListByCustomerAsync (this Microsoft.Azure.Management.Billing.IProductsOperations operations, string billingAccountName, string customerName, System.Threading.CancellationToken cancellationToken = default);
static member ListByCustomerAsync : 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 ListByCustomerAsync (operations As IProductsOperations, billingAccountName As String, customerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Product))

Parâmetros

operations
IProductsOperations

O grupo de operações para esse método de extensão.

billingAccountName
String

A ID que identifica exclusivamente uma conta de cobrança.

customerName
String

A ID que identifica exclusivamente um cliente.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a