Partager via


ProductsOperationsExtensions.ListByCustomerAsync Méthode

Définition

Répertorie les produits d’un client. Ceux-ci n’incluent pas les produits facturés en fonction de l’utilisation. L’opération est prise en charge uniquement pour les comptes de facturation avec le type de contrat Contrat Partenaire 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.Product>> ListByCustomerAsync (this Microsoft.Azure.Management.Billing.IProductsOperations operations, string billingAccountName, string customerName, System.Threading.CancellationToken cancellationToken = default);
static member ListByCustomerAsync : Microsoft.Azure.Management.Billing.IProductsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Product>>
<Extension()>
Public Function ListByCustomerAsync (operations As IProductsOperations, billingAccountName As String, customerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Product))

Paramètres

operations
IProductsOperations

Groupe d’opérations pour cette méthode d’extension.

billingAccountName
String

ID qui identifie de façon unique un compte de facturation.

customerName
String

ID qui identifie un client de manière unique.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à