Udostępnij za pośrednictwem


IProductsOperations.ListByInvoiceSectionWithHttpMessagesAsync Metoda

Definicja

Wyświetla listę produktów dla sekcji faktury. Nie obejmują one produktów rozliczanych na podstawie użycia. Operacja jest obsługiwana tylko w przypadku kont rozliczeniowych z typem umowy Umowa z Klientem 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)))

Parametry

billingAccountName
String

Identyfikator, który jednoznacznie identyfikuje konto rozliczeniowe.

billingProfileName
String

Identyfikator, który jednoznacznie identyfikuje profil rozliczeniowy.

invoiceSectionName
String

Identyfikator, który jednoznacznie identyfikuje sekcję faktury.

filter
String

Może służyć do filtrowania według typu produktu. Filtr obsługuje wartości "eq", "lt", "gt", "le", "ge" i "and". Obecnie nie obsługuje "ne", "lub" lub "nie". Filtr tagu to ciąg pary klucz wartości, w którym klucz i wartość są oddzielone dwukropkiem (:).

customHeaders
Dictionary<String,List<String>>

Nagłówki, które zostaną dodane do żądania.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Wyjątki

Zgłaszany, gdy operacja zwróciła nieprawidłowy kod stanu

Zgłaszany, gdy nie można wykonać deserializacji odpowiedzi

Zgłaszany, gdy wymagany parametr ma wartość null

Dotyczy