Sdílet prostřednictvím


IProductsOperations.ListByInvoiceSectionWithHttpMessagesAsync Metoda

Definice

Zobrazí seznam produktů pro oddíl faktury. Nezahrnuje produkty fakturované na základě využití. Operace se podporuje jenom u fakturačních účtů s typem smlouvy Smlouva se zákazníkem Microsoftu. 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)))

Parametry

billingAccountName
String

ID, které jednoznačně identifikuje fakturační účet.

billingProfileName
String

ID, které jednoznačně identifikuje fakturační profil.

invoiceSectionName
String

ID, které jednoznačně identifikuje oddíl faktury.

filter
String

Lze použít k filtrování podle typu produktu. Filtr podporuje "eq", "lt", "gt", "le", "ge" a "and". V současné době nepodporuje "ne", "or" nebo "not". Filtr značek je řetězec páru hodnot klíče, kde klíč a hodnota jsou oddělené dvojtečkami (:).

customHeaders
Dictionary<String,List<String>>

Hlavičky, které se přidají do požadavku.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Výjimky

Vyvolá se, když operace vrátila neplatný stavový kód.

Vyvolána při nemožnosti deserializovat odpověď

Vyvolá se, když má požadovaný parametr hodnotu null.

Platí pro