BillingAccountsOperationsExtensions.ListInvoiceSectionsByCreateSubscriptionPermissionNextAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Wyświetla sekcje faktur, dla których użytkownik ma uprawnienia do tworzenia subskrypcji platformy Azure. 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 static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.InvoiceSectionWithCreateSubPermission>> ListInvoiceSectionsByCreateSubscriptionPermissionNextAsync (this Microsoft.Azure.Management.Billing.IBillingAccountsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListInvoiceSectionsByCreateSubscriptionPermissionNextAsync : Microsoft.Azure.Management.Billing.IBillingAccountsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.InvoiceSectionWithCreateSubPermission>>
<Extension()>
Public Function ListInvoiceSectionsByCreateSubscriptionPermissionNextAsync (operations As IBillingAccountsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of InvoiceSectionWithCreateSubPermission))
Parametry
- operations
- IBillingAccountsOperations
Grupa operacji dla tej metody rozszerzenia.
- nextPageLink
- String
Operacja NextLink z poprzedniego pomyślnego wywołania listy.
- cancellationToken
- CancellationToken
Token anulowania.
Zwraca
Dotyczy
Azure SDK for .NET