BillingAccountsOperationsExtensions.ListInvoiceSectionsByCreateSubscriptionPermissionNextAsync Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vypíše oddíly faktury, pro které má uživatel oprávnění vytvářet předplatná Azure. 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 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
Skupina operací pro tuto metodu rozšíření.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.
- cancellationToken
- CancellationToken
Token zrušení.
Návraty
Platí pro
Azure SDK for .NET