Freigeben über


BillingRoleDefinitionsOperationsExtensions.ListByInvoiceSectionAsync Methode

Definition

Listet die Rollendefinitionen für einen Rechnungsabschnitt auf. Der Vorgang wird für Abrechnungskonten mit dem Vertragstyp Microsoft Partner-Vereinbarung oder Microsoft-Kundenvereinbarung unterstützt. https://docs.microsoft.com/en-us/rest/api/billing/

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingRoleDefinition>> ListByInvoiceSectionAsync (this Microsoft.Azure.Management.Billing.IBillingRoleDefinitionsOperations operations, string billingAccountName, string billingProfileName, string invoiceSectionName, System.Threading.CancellationToken cancellationToken = default);
static member ListByInvoiceSectionAsync : Microsoft.Azure.Management.Billing.IBillingRoleDefinitionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingRoleDefinition>>
<Extension()>
Public Function ListByInvoiceSectionAsync (operations As IBillingRoleDefinitionsOperations, billingAccountName As String, billingProfileName As String, invoiceSectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of BillingRoleDefinition))

Parameter

operations
IBillingRoleDefinitionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

billingAccountName
String

Die ID, die ein Abrechnungskonto eindeutig identifiziert.

billingProfileName
String

Die ID, die ein Abrechnungsprofil eindeutig identifiziert.

invoiceSectionName
String

Die ID, die einen Rechnungsabschnitt eindeutig identifiziert.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: