Compartilhar via


IProductsOperations.ListByInvoiceSectionWithHttpMessagesAsync Método

Definição

Lista os produtos de uma seção de fatura. 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 Cliente da Microsoft. https://docs.microsoft.com/en-us/rest/api/billing/

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Product>>> ListByInvoiceSectionWithHttpMessagesAsync (string billingAccountName, string billingProfileName, string invoiceSectionName, string filter = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByInvoiceSectionWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Product>>>
Public Function ListByInvoiceSectionWithHttpMessagesAsync (billingAccountName As String, billingProfileName As String, invoiceSectionName As String, Optional filter As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Product)))

Parâmetros

billingAccountName
String

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

billingProfileName
String

A ID que identifica exclusivamente um perfil de cobrança.

invoiceSectionName
String

A ID que identifica exclusivamente uma seção da fatura.

filter
String

Pode ser usado para filtrar por tipo de produto. O filtro dá suporte a 'eq', 'lt', 'gt', 'le', 'ge' e 'and'. Atualmente, ele não dá suporte a 'ne', 'or' ou 'not'. O filtro de marca é uma cadeia de caracteres de par de valores de chave em que a chave e o valor são separados por dois-pontos (:).

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

Gerada quando a operação retornou um código de status inválido

Gerada quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Aplica-se a