共用方式為


BillingRoleDefinitionsOperationsExtensions.ListByInvoiceSectionAsync 方法

定義

列出發票區段的角色定義。 合約類型為 Microsoft 合作夥伴合約 或 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.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))

參數

operations
IBillingRoleDefinitionsOperations

這個擴充方法的作業群組。

billingAccountName
String

可唯一識別計費帳戶的識別碼。

billingProfileName
String

可唯一識別帳單設定檔的識別碼。

invoiceSectionName
String

可唯一識別發票區段的識別碼。

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於