共用方式為


ProductsOperationsExtensions.ListByCustomer 方法

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Product> ListByCustomer (this Microsoft.Azure.Management.Billing.IProductsOperations operations, string billingAccountName, string customerName);
static member ListByCustomer : Microsoft.Azure.Management.Billing.IProductsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Product>
<Extension()>
Public Function ListByCustomer (operations As IProductsOperations, billingAccountName As String, customerName As String) As IPage(Of Product)

參數

operations
IProductsOperations

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

billingAccountName
String

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

customerName
String

可唯一識別客戶的識別碼。

傳回

適用於