BillingCustomerResource.GetProductsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the products for a customer. These don't include products billed based on usage.The operation is supported only for billing accounts with agreement type Microsoft Partner Agreement.
- Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/customers/{customerName}/products
- Operation Id: Products_ListByCustomer
- Default Api Version: 2024-04-01
- Resource: BillingProductResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingProductResource> GetProductsAsync (Azure.ResourceManager.Billing.Models.BillingCustomerResourceGetProductsOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetProductsAsync : Azure.ResourceManager.Billing.Models.BillingCustomerResourceGetProductsOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingProductResource>
override this.GetProductsAsync : Azure.ResourceManager.Billing.Models.BillingCustomerResourceGetProductsOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Billing.BillingProductResource>
Public Overridable Function GetProductsAsync (options As BillingCustomerResourceGetProductsOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BillingProductResource)
Parameters
A property bag which contains all the parameters of this method except the LRO qualifier and request context parameter.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of BillingProductResource that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET