Udostępnij za pośrednictwem


BillingAccountsOperationsExtensions.ListInvoiceSectionsByCreateSubscriptionPermissionAsync Metoda

Definicja

Zawiera listę sekcji faktury, dla których użytkownik ma uprawnienia do tworzenia subskrypcji platformy Azure. Ta 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>> ListInvoiceSectionsByCreateSubscriptionPermissionAsync (this Microsoft.Azure.Management.Billing.IBillingAccountsOperations operations, string billingAccountName, System.Threading.CancellationToken cancellationToken = default);
static member ListInvoiceSectionsByCreateSubscriptionPermissionAsync : 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 ListInvoiceSectionsByCreateSubscriptionPermissionAsync (operations As IBillingAccountsOperations, billingAccountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of InvoiceSectionWithCreateSubPermission))

Parametry

operations
IBillingAccountsOperations

Grupa operacji dla tej metody rozszerzenia.

billingAccountName
String

Identyfikator, który jednoznacznie identyfikuje konto rozliczeniowe.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Dotyczy