共用方式為


ProductsOperationsExtensions.ListByInvoiceSection 方法

定義

列出發票區段的產品。 這些不包含根據使用量計費的產品。 只有合約類型為Microsoft 客戶合約的計費帳戶才支援此作業。 https://docs.microsoft.com/en-us/rest/api/billing/

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Product> ListByInvoiceSection (this Microsoft.Azure.Management.Billing.IProductsOperations operations, string billingAccountName, string billingProfileName, string invoiceSectionName, string filter = default);
static member ListByInvoiceSection : Microsoft.Azure.Management.Billing.IProductsOperations * string * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Product>
<Extension()>
Public Function ListByInvoiceSection (operations As IProductsOperations, billingAccountName As String, billingProfileName As String, invoiceSectionName As String, Optional filter As String = Nothing) As IPage(Of Product)

參數

operations
IProductsOperations

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

billingAccountName
String

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

billingProfileName
String

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

invoiceSectionName
String

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

filter
String

可用來依產品類型進行篩選。 篩選準則支援 'eq'、'lt'、'gt'、'le'、'ge'和 'and'。 它目前不支援 'ne'、'or' 或 'not'。 標籤篩選是索引鍵值組字串,其中索引鍵和值會以冒號分隔 (:) 。

傳回

適用於